# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
# Node
node_modules/
package-lock.json
# Rust
/clients/rust/target/
# OS / editor
.DS_Store
