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

# Cargo
Cargo.lock

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Testing
*.profraw
*.profdata
