.gitignore (prophet-0.7) | : | .gitignore (prophet-1.0) | ||
---|---|---|---|---|
# Compiled python modules. | # Compiled python modules. | |||
*.pyc | *.pyc | |||
# Persisted models. | # Persisted models. | |||
*.pkl | *.pkl | |||
# Setuptools distribution folder. | # Setuptools distribution folder. | |||
python/dist/ | 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 metadata, regenerated from source files by setuptools. | |||
python/*.egg-info | python/*.egg-info | |||
build/ | python/build/ | |||
python_shim/*.egg-info | ||||
python_shim/build/ | ||||
# Notebook checkpoints | # Notebook checkpoints | |||
.ipynb_checkpoints | .ipynb_checkpoints | |||
*.*~ | *.*~ | |||
*.idea | *.idea | |||
*.vscode | ||||
End of changes. 3 change blocks. | ||||
1 lines changed or deleted | 11 lines changed or added |