# Rust
target/
**/target/
Cargo.lock

# build artifacts (firmware/kernel objects are rebuilt from source)
*.o
*.a

# scratch / editor
*.swp
*~
.DS_Store
