# rust
/target
**/*.rs.bk

# system
*.orig
*.swp

# cargo
.cargo_home
target

# tmp
.tmp
tmp

# env
.env

# osx
.DS_Store
.DS_Store?
