.gitignore (prophet-1.0) | : | .gitignore (prophet-1.1) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
python_shim/*.egg-info | python_shim/*.egg-info | |||
python_shim/build/ | python_shim/build/ | |||
# Notebook checkpoints | # Notebook checkpoints | |||
.ipynb_checkpoints | .ipynb_checkpoints | |||
*.*~ | *.*~ | |||
*.idea | *.idea | |||
*.vscode | *.vscode | |||
*.DS_Store | ||||
*.envrc | ||||
# Development with Python | ||||
python/prophet/bin/ | ||||
python/prophet/etc/ | ||||
python/prophet/lib/ | ||||
python/prophet/pyvenv.cfg | ||||
python/prophet/share/ | ||||
python/prophet/stan_model/ | ||||
.Rproj.user | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |