1# gitignore template for Jupyter Notebooks
2# website: http://jupyter.org/
3
4.ipynb_checkpoints
5*/.ipynb_checkpoints/*
6
7# IPython
8profile_default/
9ipython_config.py
10
11# Remove previous ipynb_checkpoints
12#   git rm -r .ipynb_checkpoints/
13