# Rust
/target/

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

# OS
.DS_Store
Thumbs.db

# Coverage
*.profraw
lcov.info
coverage/

# Benchmarks
criterion/
