# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/
wheels/

# Virtual environments
.venv/
venv/
ENV/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

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

# OS
.DS_Store
Thumbs.db

# ML models (downloaded at runtime, not committed)
*.bin
*.onnx
*.safetensors
*.pt

# Hatch
.hatch/

# Research artifacts (drafts, diagrams — not shipped)
docs/research/

# Claude Code
.claude/

# Internal specs/reviews live in the wiki, not the public repo
docs/specs/
