mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-24 02:47:56 +00:00
26 lines
324 B
Text
26 lines
324 B
Text
# Compiled python modules.
|
|
*.pyc
|
|
|
|
# Persisted models.
|
|
*.pkl
|
|
|
|
# Setuptools distribution folder.
|
|
python/dist/
|
|
|
|
# test cache
|
|
.pytest_cache
|
|
|
|
# Python cache
|
|
__pycache__
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
python/*.egg-info
|
|
build/
|
|
|
|
# Notebook checkpoints
|
|
.ipynb_checkpoints
|
|
|
|
*.*~
|
|
|
|
*.idea
|
|
*.vscode
|