.gitignore 66 B

1234567
  1. __pycache__
  2. .idea/*
  3. logs/*
  4. checkpoint/*
  5. datasets/*
  6. test/*
  7. sample/*