# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
build/
dist/

# Secrets — never commit decrypted creds or tokens
*.enc
*.dek
*.bak-*
*credentials*.json
*token*.json
.env*

# Local data / scratch
*.db
notes/
tmp/
