# Python
*.pyc
__pycache__/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
coverage_html/
htmlcov/

# Env
.env
.env.*

# Node
node_modules/

# IDE
.DS_Store
.vscode/
.idea/

# Logs
*.log
logs/
docs/logs/

# Coverage
coverage.json
coverage.xml
test_results.xml
test_report.html

# Temp/test artifacts
=0.3.0
=0.4.0
amap-jsapi-skill/
cache/
backups/
eval_data/

# Test outputs (generate during dev, not for repo)
test_output*.txt
test_targeted_output*.txt
test_full_eval_*.json
test_results_*.json
eval_result.json
optuna_result.json

# Dev reports (ad-hoc, not source)
架构审计报告.txt
ClaudeCode-*.md

# Docker volumes
data/

# CodeGraph / Understand Anything
.codegraph/
.understand-anything/
