17 lines
357 B
Text
17 lines
357 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# uv / virtualenv
|
|
.venv/
|
|
|
|
# Real per-deployment config / secrets
|
|
.env
|
|
|
|
# Flask instance dir -- per-deployment state generated on the Pi:
|
|
# secret_key session signing key (must stay secret)
|
|
# deployed_ref commit of the last healthy deploy (install.sh rollback target)
|
|
instance/
|
|
|
|
# Local Claude Code settings
|
|
.claude/
|