# Rust
/target/
Cargo.lock
**/*.rs.bk
*.pdb
# WASM build output
# Note: pkg/ is intentionally tracked to show example output
# Uncomment to ignore: /pkg/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# E2E test artifacts
e2e/node_modules/
e2e/package-lock.json
e2e/*.tgz
# Deno
.deno/
# Testing
*.profraw
*.profdata
# Benchmarks
/criterion/
# Logs
*.log