/ .gitignore
.gitignore
 1  # Generated by Cargo
 2  # will have compiled files and executables
 3  debug/
 4  target/
 5  
 6  # These are backup files generated by rustfmt
 7  **/*.rs.bk
 8  
 9  # Nix Direnv
10  .direnv/
11  
12  # MSVC Windows builds of rustc generate these, which store debugging information
13  *.pdb
14  
15  test*