# Rust

# Project-specific
*.elf
*.iso
*.ISO
ISO/

# Build output
/target/
Cargo.lock

# Rust Language Server (RLS)
.rustc.toml
.rustfmt.toml
.cargo/

# Emacs
\#*\#
.\#*

# Vim
.swp
.cache/
