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

# Virtual environments
.venv/
venv/

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

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/

# Office temp files
~$*

# Docs and research (kept local, not tracked)
docs/
research/

# MkDocs build output (docs source is docs-site/, tracked)
site/

# Claude Code local tooling (agents, settings) — not shipped
.claude/
