# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
*.egg

# Node
node_modules/
npm-debug.log*

# OS / IDE
.DS_Store
.idea/
.vscode/
