.gitignore 75 B

1234567
  1. # Remove the pyc files
  2. *.pyc
  3. # Ignore the model and the data
  4. model/
  5. data/