# Rust
/target/
Cargo.lock

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

# macOS
.DS_Store

# Coverage
*.profraw
*.profdata
lcov.info
coverage/
