# Node
node_modules
npm-debug.log
.next

# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv

# IDE
.vscode
.idea
*.swp
*.swo
*~

# Git
.git
.gitignore

# Env files
.env
.env.local

# OS
.DS_Store
Thumbs.db

