# Environment & secrets
.env
.env.*
*.bak
*.bak.*

# Python
__pycache__/
*.py[cod]
venv/
.venv/

# IDE
.idea/
.vscode/

# Runtime
*.log
*.pid
