# Rust
/target/

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

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# wasm-bindgen output
bindings/wasm/pkg/
