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