# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd

# pi runtime credentials/state (never commit)
/auth.json
/models-store.json
/trust.json
/sessions/
/npm/
/git/

# shared API keys for one-click install (never commit)
/secrets.local
*.local

