diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c646cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ + +### JupyterNotebook ### +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# To remove previous ipynb_checkpoints +# git rm -r .ipynb_checkpoints/ \ No newline at end of file