# Jupyter NB Checkpoints
.ipynb_checkpoints/
/notebooks/*.png
/notebooks/*.csv
# exclude data from source control by default
/data/
# Pycharm
.idea
# Matlab
*.asv
# DotEnv configuration
# .env
# Python
__pycache__/
*.py[cod]
*$py.class
/.venv/
*.log
*.py.lprof