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

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

# OS
.DS_Store
Thumbs.db

# Coverage
*.profraw
*.profdata
lcov.info
coverage/
coverage.html

# Benchmarks
criterion/

# Documentation
doc/

# Temporary files
*.tmp
*.temp
*.log

# Test artifacts
test-results/
proptest-regressions/

# Mutation testing
**/mutants.out*/
tests/integration/typescript-interop/node_modules/

# Node.js (widget-runtime and other packages)
**/node_modules/
packages/*/dist/
examples/spin

# MCP Registry tokens
.mcpregistry_*
