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