# Rust build artifacts
/target/
target/
*.bk
.cargo/

# OS and editor files
.DS_Store
.vscode/
*.swp
*.swo
*~

# Package files
pkg/
.wasm-pack-log
node_modules/
npm-debug.log*

# Test coverage
lcov.info
coverage/

# Benchmark results
criterion/
