# Local install artifacts that should never be committed
*.log
*.swp
.idea/
.vscode/

# Master key and DB credentials are NEVER in the repo — they're generated
# at install time per-host.
master.key
db.creds

# Sidecar venv if anyone develops locally
venv/
__pycache__/
*.pyc

# Built tarballs
dist/
