From 0622e79aab64bb2a0ac541d49e7c2e13a47088a4 Mon Sep 17 00:00:00 2001 From: Gregor Weiss Date: Wed, 26 Jun 2024 12:01:54 +0200 Subject: [PATCH] add .vscode to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 61533a3..4e0516b 100644 --- a/.gitignore +++ b/.gitignore @@ -196,6 +196,9 @@ target/ profile_default/ ipython_config.py +# vscode +.vscode + # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: