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

# Node
node_modules/
dist/

# Editor
.DS_Store

# Vite
vite.config.ts.timestamp-*.mjs

# Docs
docs/
