# Python
__pycache__/
*.pyc
.venv/
venv/

# Node
node_modules/
dist/

# Editor
.DS_Store

# Docs
docs/
