# Secrets
.env
.env.local
.env.*.local
.env.staging
.env.prod
*.pem
*.key

# Backups
backups/
*.sql.gz
*.tar.gz

# Node
node_modules/
dist/
build/
.next/
.turbo/
.vitest/
coverage/
.nyc_output/

# Logs
*.log
logs/
*.pid

# OS
.DS_Store
Thumbs.db
*~

# Editors
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json.example

# Python (si seed scripts)
__pycache__/
*.pyc
.venv/
venv/

# Misc
.cache/
*.tmp
*.swp
