prophet/.gitignore
Jose Angel Sanchez Castillejos 27e229a1e0 reformat code
2019-05-31 11:23:49 -07:00

19 lines
259 B
Text

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