# Console (Inc00) — local dev artifacts
.venv/
__pycache__/
*.pyc
.env

# Console-local settings store (R4a) — operator-entered config + secrets.
# Never commit this: it holds provider API keys + console preferences.
config/settings.local.json
# atomic-write temp files for the settings store
config/.settings.*.tmp
