mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-18 21:21:22 +00:00
17 lines
251 B
Text
17 lines
251 B
Text
# Compiled python modules.
|
|
*.pyc
|
|
|
|
# Persisted models.
|
|
*.pkl
|
|
|
|
# Setuptools distribution folder.
|
|
python/dist/
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
python/*.egg-info
|
|
build/
|
|
|
|
# Notebook checkpoints
|
|
.ipynb_checkpoints
|
|
|
|
*.*~
|