.gitignore 502 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. /target/
  4. target
  5. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  6. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  7. Cargo.lock
  8. # These are backup files generated by rustfmt
  9. **/*.rs.bk
  10. # python
  11. .mypy_cache
  12. __pycache__
  13. #vscode
  14. .vscode
  15. # Added by cargo
  16. /target
  17. # MacOs
  18. .DS_Store
  19. # Added by cargo
  20. #
  21. # already existing elements were commented out
  22. #/target