From 487bdc49f00013332ccadc32d8835dd8044c9115 Mon Sep 17 00:00:00 2001 From: Ward Van Heddeghem Date: Thu, 14 Dec 2023 07:02:42 +0100 Subject: [PATCH] Ignore vscode settings --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69bcd81..f92477a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ __pycache__/ *$py.class *.egg-info/ -dist/ \ No newline at end of file +dist/ + +**/.vscode/ \ No newline at end of file