# Local working notes — never committed
CLAUDE.md
.claude/
.handoff/
notes/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# slmify run artifacts
.slmify/

# docs build
site/

# OS / editor
.DS_Store
