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

# Node
node_modules/
typescript/dist/
npm-debug.log*

# Editors / OS
.vscode/
.idea/
.DS_Store
