Files
WebAutoTest/.gitignore
CNWei 5a50eb8289 feat: 优化定位转换器调整框架结构
- 新增 finder.py 重构定位转换器
- 优化 .gitignore 文件
- 其他优化
2026-01-25 17:24:04 +08:00

18 lines
166 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.idea
# Virtual environments
.venv/
data/
logs/
report
screenshot/
temp/
xlsx/
uv.lock