prophet/.gitignore
2017-02-22 15:59:43 -08:00

14 lines
224 B
Text

# Compiled python modules.
*.pyc
# Setuptools distribution folder.
python/dist/
# Python egg metadata, regenerated from source files by setuptools.
python/*.egg-info
build/
# Notebook checkpoints
.ipynb_checkpoints
*.*~