# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Node (for test tooling)
node_modules/
package-lock.json

# Python (for test tooling)
__pycache__/
*.pyc
*.pyo
.venv/
venv/

# Environment
.env
.env.local

# Build artifacts
dist/
build/
