# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock

# Environment variables
.env
.env.local
.env.*.local

# IDE/Editor specific
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Build/Distribution
dist/
build/
*.min.js

# Logs
logs/
*.log

# Cache
.cache/
*/__pycache__
