# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
benchmarks/.venv/

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

# OS
.DS_Store
Thumbs.db

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# Claude
.claude/

# Compound-engineering review/work artifacts (machine-generated, run-scoped)
.context/

# Benchmark comparison run outputs (per-run JSON, not source)
benchmarks/comparison/results/

# mkdocs build output (generated; source lives in website/)
site/
