From 157acad8112eed1cb821fd6e2c95730da1e4c352 Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Wed, 27 Mar 2024 10:47:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(.gitignore):=20add=20.vsco?= =?UTF-8?q?de/=20to=20.gitignore=20to=20prevent=20tracking=20of=20VS=20Cod?= =?UTF-8?q?e=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 621c633..17de70d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ mocodo_notebook **__pycache__** output -venv \ No newline at end of file +venv +.vscode/ \ No newline at end of file