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

# Secrets — NEVER commit these
.env
*.pem
*.key
secrets/
.backups/

# Node
node_modules/
.next/
dist/
.env.local

# OS
.DS_Store
Thumbs.db

# Logs
*.log
