# Node
node_modules/
*.tgz

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

# Rust
target/

# OS / editors
.DS_Store
.idea/
.vscode/
