# Rust build artifacts
/target/
Cargo.lock

# Rust backup files
**/*.rs.bk

# macOS
.DS_Store

# Vim swap files
*.swp
*.swo
*~

# Editor directories
.vscode/
.idea/
.kiro/

# Test artifacts
*.profraw
*.profdata

# Coverage artifacts
coverage/
*.lcov
lcov.info
coverage_output.log
llvm_cov_output.log
