mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-31 23:27:52 +00:00
42 lines
609 B
Text
42 lines
609 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
|
|
*.envrc
|
|
|
|
# Development with Python
|
|
python/**/bin/
|
|
python/**/etc/
|
|
python/**/lib/
|
|
python/**/lib64
|
|
python/**/pyvenv.cfg
|
|
python/**/share/
|
|
python/**/stan_model/
|
|
.Rproj.user
|