You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 447B

12345678910111213141516171819
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. debug/
  4. target/
  5. __pycache__/
  6. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  7. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  8. Cargo.lock
  9. # These are backup files generated by rustfmt
  10. **/*.rs.bk
  11. # MSVC Windows builds of rustc generate these, which store debugging information
  12. *.pdb
  13. *.trie
  14. .idea/
  15. .env