__pycache__/
*.py[cod]
*$py.class
*.so
dist/
build/
*.egg-info/
*.egg
.eggs/
*.whl
.venv/
venv/
env/
.env
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
coverage.xml
*.log
.DS_Store
Thumbs.db
*.safetensors
*.bin
*.pt
*.pth
models/
checkpoints/
*.html
!src/afterburn/report/templates/*.html
!src/afterburn/report/templates/*.html.j2

# Artifacts
*.docx
weight_report.json
report.json
*.jsonl

# Claude Code
.claude/
