__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/
ENV/
.idea/
.vscode/
*.swp
*.swo
.pytest_cache/
.coverage
htmlcov/
*.lock
!.gitignore
~$*.xlsx
~$*.xls

# CodeGraph
.codegraph/

# Ruff cache
.ruff_cache/

# SQLite databases (可重建)
*.db

# 临时报告
*_report.md
*_results.md

# 测试输出
test_output/
demo_output/
