# Cargo build output (per-example, since each WASM package is standalone)
**/target/

# wasm-pack output (regenerated by build.sh)
**/pkg/

# Node modules for the nodejs WASM example
**/node_modules/

# Editor / OS
**/.DS_Store
