···11-/target
11+# Created by https://www.toptal.com/developers/gitignore/api/rust
22+# Edit at https://www.toptal.com/developers/gitignore?templates=rust
33+44+### Rust ###
55+# Generated by Cargo
66+# will have compiled files and executables
77+debug/
88+target/
99+1010+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
1111+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
1212+Cargo.lock
1313+1414+# These are backup files generated by rustfmt
1515+**/*.rs.bk
1616+1717+# MSVC Windows builds of rustc generate these, which store debugging information
1818+*.pdb
1919+2020+# End of https://www.toptal.com/developers/gitignore/api/rust