# Lean build cache /.lake/ /build/ # Rust build artifacts (Cargo target dirs across all crates) **/target/ # Compiled Lean object files (in case they leak outside .lake/) *.olean *.ilean # Editor / OS cruft .DS_Store .vscode/ .idea/ *.swp *.swo *~ # Logs / temp *.log /tmp/