From 28a5962abaf14b889dc6563495316a179f037354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Achim=20G=C3=A4dke?= Date: Thu, 23 Mar 2023 17:09:23 +1300 Subject: [PATCH] ignore virtual_documents from jupyter-lsp --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..17fabec8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -77,6 +77,9 @@ target/ # Jupyter Notebook .ipynb_checkpoints +# created and used by https://github.com/jupyter-lsp/jupyterlab-lsp/ +.virtual_documents/ +*/.virtual_documents/ # IPython profile_default/