# Editors
.vscode

# Rust
# will have compiled files and executables
/target/

# Keep this out since this is an library
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
