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

# Cargo
Cargo.lock

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

# OS files
Thumbs.db
.Spotlight-V100
.Trashes

# Testing
*.profraw
*.profdata

# Backup files
*.bak
*.tmp
