# SPDX-License-Identifier: MPL-2.0

# Build outputs
lib/
_build/
*.bs.js
*.res.js
*.res.mjs
*.res.cjs
dist/
target/

# Dependencies
node_modules/
.pnp/
.pnp.js

# Testing
coverage/
.nyc_output/

# Misc
.DS_Store
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

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

# Temp
tmp/
temp/
.tmp/
.cache/
