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