# Internal working notes — must never be committed (see CLAUDE.md)
.handoff/

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

# slmify run artifacts
.slmify/

# OS / editor
.DS_Store
