prophet/.gitignore
Cuong Duong 14fa36b4d5
Update ignores for development (#1906)
* update ignores for development

* force rstantools 2.0.0

* remove mc-stan repo, do not install Suggests

* install suggested packages manually
2021-05-11 08:37:19 -07:00

38 lines
576 B
Text

# Compiled python modules.
*.pyc
# Persisted models.
*.pkl
# Setuptools distribution folder.
python/dist/
python_shim/dist/
# test cache
.pytest_cache
python/prophet/tests/dask-worker-space
# Python cache
__pycache__
# Python egg metadata, regenerated from source files by setuptools.
python/*.egg-info
python/build/
python_shim/*.egg-info
python_shim/build/
# Notebook checkpoints
.ipynb_checkpoints
*.*~
*.idea
*.vscode
*.DS_Store
# Development with Python
python/prophet/bin/
python/prophet/etc/
python/prophet/lib/
python/prophet/pyvenv.cfg
python/prophet/share/