aboutsummaryrefslogtreecommitdiffstats
path: root/community/Python/JupyterNotebooks.gitignore
blob: f45b39dedbaeaf0e8bb6ac83871700c1a1dd4979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# IPython
profile_default/
ipython_config.py

# Jupyter lab virtual documents
# https://jupyterlab-lsp.readthedocs.io/en/2.x/Configuring.html#virtual_documents_dir
.virtual_documents/

# Remove previous ipynb_checkpoints
#   git rm -r .ipynb_checkpoints/