# Compiled python modules.
*.pyc
*.joblib
*.DS_Store
__pycache__/
.vscode/
.pytest_cache/
/build/
dist/

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg

# Jupyter NB Checkpoints
.ipynb_checkpoints/

*.coverage*
