.gitignore 219 B

12345678910111213
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. target/
  4. # These are backup files generated by rustfmt
  5. **/*.rs.bk
  6. # IntelliJ/Clion/etc
  7. .idea
  8. # If ran locally
  9. implementation.json
  10. output.json