.gitignore 224 B

123456789101112131415
  1. # Compiled python modules.
  2. *.pyc
  3. # Setuptools distribution folder.
  4. python/dist/
  5. # Python egg metadata, regenerated from source files by setuptools.
  6. python/*.egg-info
  7. build/
  8. # Notebook checkpoints
  9. .ipynb_checkpoints
  10. *.*~