# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.tox/
.coverage
htmlcov/

# ANMA benchmark outputs (generated by `python -m bench.run`)
benchmarks/results/

# Local Claude Code project memory (never commit)
CLAUDE.local.md

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
