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

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

# OS
.DS_Store
Thumbs.db

# Benchmark results
/benches/results/