# Rust
/target/
**/*.rs.bk
Cargo.lock

# WASM
/pkg/
/wasm-pack.log

# Node / TypeScript
node_modules/
tests-ts/node_modules/
tests-ts/dist/
tests-ts/*.js
!tests-ts/*.config.js
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm

# IDE
.idea/
.vscode/settings.json
*.swp
*.swo
*~
.DS_Store

# Build artifacts
*.wasm
!pkg/*.wasm

# Coverage
*.profraw
*.profdata
lcov.info
tarpaulin-report.html


# Added by cargo

/target
