# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.venv/

# Node
node_modules/

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

