prophet/.gitignore
Rolando (Max) Espinoza 1a57d19148 Allow to build models in-place. (#100)
This fixes the commands ``python setup.py develop`` and ``pip install
-e``.
2017-03-16 17:49:02 +02:00

17 lines
251 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
*.*~