__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
.DS_Store

# private per-user runtime config (never commit real rig details)
config.json
/config.local.json

# author's private dev notes — not part of the public project
PROGRESS.md
CLAUDE.md

# build artifacts
/dist/
