.gitignore 65 B

123456
  1. .DS_Store
  2. # exclude everything
  3. logs/*
  4. data/mnist/*
  5. data/cifar/*