diff --git a/{{ cookiecutter.repo_name }}/.gitignore b/{{ cookiecutter.repo_name }}/.gitignore index c062195..1867d7a 100644 --- a/{{ cookiecutter.repo_name }}/.gitignore +++ b/{{ cookiecutter.repo_name }}/.gitignore @@ -66,9 +66,8 @@ target/ # Pycharm .idea -# IPython NB Checkpoints +# Jupyter NB Checkpoints .ipynb_checkpoints/ # exclude data from source control by default /data/ -