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

# WASM build artifacts
/wasm/
/pkg/

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock

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

# Testing
/coverage/

# Documentation build
/book/
/docs/book/

# Benchmarks
/benches/results/

# System files
Thumbs.db
desktop.ini

# Temporary files
*.tmp
*.temp
.cache/

# Build directories
/dist/
/build/

# Internal documentation
PUBLISHING_GUIDE.md
