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

# Coverage
/coverage/
*.profraw
lcov.info

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Local-only working notes (kept off the repo by request)
CONTEXT.md
