# Rust
/target/
**/*.rs.bk
# Note: Cargo.lock should be committed for binary projects
# Uncomment the line below if you want to ignore it
# Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

