# Jupyter NB Checkpoints
.ipynb_checkpoints/

# exclude data from source control by default
/data/

# Pycharm
.idea

# DotEnv configuration
.env
*.asv

# Python
__pycache__/
*.py[cod]
*$py.class