/target/
**/target/

**/*.rs.bk

**/pkg/
**/wasm-bindgen-*

**/*.wasm
**/*.wat

node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
bun.lockb

.vscode/
.idea/
*.iml

.DS_Store
Thumbs.db
Desktop.ini

*.log
*.tmp
*.swp
*.swo

*.profraw
*.profdata
coverage/
lcov.info

.env
.env.*
.direnv/

rust-project.json

*.elf
*.bin
*.hex
*.map
