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

# JavaScript / TypeScript
**/node_modules/
js/dist/
js/dist-tests/
*.tgz

# OS / editor
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/
