Remove folder .ipynb_checkpoints and add it to .gitignore
It's better not to store temporary files like .ipynb_checkpoints
in the git repository. I suggest to remove those that are already present and add .ipynb_checkpoints
folder to .gitignore