# Secrets
.env
.env.*

# Node
node_modules/

# Python
__pycache__/
*.pyc

# Build outputs
dist/
build/