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

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

# OS
.DS_Store
Thumbs.db

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

# Benchmarks
criterion/

# Documentation
doc/

# Temporary files
*.tmp
*.temp
*.log

# Test artifacts
test-results/
proptest-regressions/

# Mutation testing
**/mutants.out*/
