# Rust / Cargo
/target/
Cargo.lock     # library convention — lockfile lives in the consuming binary

# IDE
.vscode/
.idea/
*.swp
.DS_Store
