# Rust files/.cargo/target**/*.rs.bk # Backup files*~\#*.\#**.swp # Test files/testtest.*
# Rust files
/.cargo
/target
**/*.rs.bk
# Backup files
*~
\#*
.\#*
*.swp
# Test files
/test
test.*