# Jupyter Notebook
.ipynb_checkpoints

# virtualenv
.venv
venv/
ENV/

# mac
.DS_Store

# PyCharm
.idea/

# Python temp files
__pycache__/
