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

# Environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Secrets
.env
.env.*
!.env.example

# Benchmark output is a local artifact by default. Published runs — the ones the
# README quotes — are committed explicitly so the numbers can be re-scored.
bench/results/*
!bench/results/pilot-*.jsonl

# Local notes for coding assistants
CLAUDE.md
AGENTS.md
.claude/
