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