# Sources & build artifacts that are not part of the published package.
target/
node_modules/
__test__/
examples/
scripts/
src/
tsconfig.json
tsconfig.wasm.json
vitest.config.ts
.gitignore
.npmignore

# Sub-packages are published independently, not bundled with the main package.
dist/npm/

# Rust source — the consumer doesn't need it.
*.rs
Cargo.toml
Cargo.lock
build.rs
