# Rust files
/.cargo
/target
**/*.rs.bk

# Backup files
*~
\#*
.\#*
*.swp

# Test files
/test
test.*