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

# Tooling
.python-version
.pytest_cache/
.ruff_cache/

# OS / editors
.DS_Store
.idea/
.vscode/

# Local-only files
HANDOFF.md
