# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*.swo

# Secrets
.env
*.pem
*.key
credentials.json

# Python
__pycache__/
*.pyc
.venv/
venv/

# Node
node_modules/

# Build output
dist/
build/
site/
