# Rust
**/target/
**/*.rs.bk
*.pdb
Cargo.lock
# IDE
.idea/
.vscode/
# Claude AI config
**/.claude/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
*.profraw
*.profdata
# Benchmarks
/benches/target
# Documentation
/target/doc
# Rustc ICE dumps
rustc-ice-*.txt