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

# Node
node_modules/
npm-debug.log*

# Go
*.test
*.out

# OS / editor
.DS_Store
