# Environment and secrets
.env
.env.local
*.pem
*.key

# Local documentation (not for public repo yet)
design.md
state.md
CLAUDE.md
research_doc.md

# Python
__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

# Virtual environments
.venv/
venv/
ENV/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.coverage
htmlcov/
.tox/
.nox/
.pytest_cache/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# RouteSmith local data
routesmith_stats.db
*.db

# OS files
.DS_Store
Thumbs.db

# Documentation build output
site/

# Worktree directories
.worktrees/
worktrees/

# Benchmark results (large JSON files — only cache and summary JSONs committed)
benchmark/results/*.json
!benchmark/results/.gitkeep
!benchmark/results/*_summary.json
!benchmark/results/mmlu_600_queries.json
!benchmark/results/gsm8k_300_queries.json
!benchmark/results/mbpp_100_queries.json

# Paper output
paper/*.aux
paper/*.log
paper/*.out
paper/*.toc
uv.lock
