# Rust build
/target/
**/*.rs.bk
Cargo.lock
target

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

# OS
.DS_Store
Thumbs.db

