# Workspace
**/*.sublime-project
**/*.sublime-workspace

# Cargo
/target/
Cargo.lock

# rustfmt
**/*.rs.bk

# wasm-pack
**/pkg
**/wasm-pack.log
