feat: 优化定位转换器调整框架结构
- 新增 finder.py 重构定位转换器 - 优化 .gitignore 文件 - 其他优化
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
.idea
|
||||
# Virtual environments
|
||||
.venv/
|
||||
data/
|
||||
logs/
|
||||
report
|
||||
screenshot/
|
||||
temp/
|
||||
xlsx/
|
||||
uv.lock
|
||||
Reference in New Issue
Block a user