# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# 虚拟环境
.venv/
venv/
env/
ENV/

# 编辑器 / IDE
.vscode/
.idea/
*.code-workspace

# macOS
.DS_Store
.AppleDouble
.LSOverride

# 构建产物
build/
dist/
*.egg-info/

# 测试 / 覆盖率
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Ruff / Pyright / 其他缓存
.ruff_cache/
.pyright/
.mypy_cache/
.dmypy.json
dmypy.json
.cache/

# 日志
logs/
*.log

# 报告输出目录
allure-results/
html-report/
html-out/

# 本地临时文件
*.swp
*.swo
*~
