# Node
node_modules/
node/dist/
*.tsbuildinfo
npm-debug.log*

# Go
go/bin/

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

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