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

# Node / TS
node_modules/
ts/dist/

# OS / editor
.DS_Store
Thumbs.db
