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

# Test / lint / coverage caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Benchmark scratch (committed baselines live in benchmarks/results/baseline-*.json)
benchmarks/results/run.json
benchmarks/results/_tmp_*.json

# API docs build output (published by .github/workflows/docs.yml)
site/

# Env / editor
.venv/
venv/
.DS_Store

# Local Claude Code config (keep private, e.g. .claude/settings.local.json).
.claude/
