# 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/
# Documentation
/doc/
# IDE files
.idea/
*.iml
# Temporary files
*.tmp
*.temp