123456789101112131415161718 |
- # 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
- *.*~
|