# Pycache and compiled python files
__pycache__/
*py[cod]

# Jupyter notebook checkpoints.
.ipynb_checkpoints/

# Egg info files produces by pip installation
*egg-info/

build/

dist/

TODO.txt

