From 20a5f8f9727e6dbf223a00faa92c87eced46a476 Mon Sep 17 00:00:00 2001 From: Lou B <bernabeu.lou@gmail.com> Date: Thu, 7 Jan 2021 00:48:51 +0100 Subject: [PATCH] updated .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 264daca..ec0c699 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*__pycache__ \ No newline at end of file +*__pycache__ +.vscode/ \ No newline at end of file -- GitLab