# Dependencies
node_modules/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Next.js
.next/
out/

# Production
build/
dist/

# Misc
.DS_Store
*.log

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

# IDE
.vscode/
.idea/
