# Rust build artifacts
/target/
Cargo.lock
# Coverage reports (generated by `make coverage`)
/coverage/
tarpaulin-report.html
cobertura.xml
lcov.info
# Backup files
**/*.rs.bk
*.bak
*.tmp
# OS-specific files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~