# Rust
sdk/rust/target/

# Python
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
dist/
build/

# Node.js
sdk/js/node_modules/
sdk/js/dist/

# OS
.DS_Store
