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

# Node
node_modules/

# OS / editor
.DS_Store
Thumbs.db

# Rust
target/
Cargo.lock
