From ae0dbabf11aa86b3d959acb6801dd081e8d6855c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 4 Dec 2021 17:12:06 +0100 Subject: [PATCH] Ignore vs code folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c8e8c00..15ddd28 100644 --- a/.gitignore +++ b/.gitignore @@ -227,3 +227,4 @@ dmypy.json # End of https://www.gitignore.io/api/osx,pycharm,python .idea +.vscode