2018-11-22 22:14:54 +01:00
|
|
|
# gitignore template for Jupyter Notebooks
|
|
|
|
# website: http://jupyter.org/
|
|
|
|
|
|
|
|
.ipynb_checkpoints
|
|
|
|
*/.ipynb_checkpoints/*
|
|
|
|
|
2023-03-23 05:07:10 +01:00
|
|
|
# created and used by https://github.com/jupyter-lsp/jupyterlab-lsp/
|
|
|
|
.virtual_documents/
|
|
|
|
*/.virtual_documents/
|
|
|
|
|
2019-10-23 13:40:55 +02:00
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
2018-11-22 22:14:54 +01:00
|
|
|
# Remove previous ipynb_checkpoints
|
|
|
|
# git rm -r .ipynb_checkpoints/
|