.gitignore 89 B

12345678910
  1. *__pycache__/
  2. samples*/
  3. runs/
  4. checkpoints/
  5. master_ip
  6. logs/
  7. *.DS_Store
  8. .idea
  9. output*
  10. test*