mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
16 lines
346 B
Text
16 lines
346 B
Text
# gitignore template for Jupyter Notebooks
|
|
# website: http://jupyter.org/
|
|
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# created and used by https://github.com/jupyter-lsp/jupyterlab-lsp/
|
|
.virtual_documents/
|
|
*/.virtual_documents/
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# Remove previous ipynb_checkpoints
|
|
# git rm -r .ipynb_checkpoints/
|