From 9e71e1365d90eeb258fb0c575628ed90495907d4 Mon Sep 17 00:00:00 2001 From: Philipp Weiler Date: Thu, 22 Feb 2024 09:15:31 +0100 Subject: [PATCH] Update `.gitignore` (#1164) Add `.vscode` directory. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7407d374a..048a0b41c 100644 --- a/.gitignore +++ b/.gitignore @@ -160,6 +160,9 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ +# VS Code +.vscode/ + # documentation docs/api/_autosummary