mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-25 19:48:19 +00:00
* Rename package from fbprophet to prophet, and add shim * Untrack files that should have been ignored * Update github actions build commands
30 lines
430 B
Text
30 lines
430 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
|