From c1f79505cbe3a8553ce27736d29f916b2b8b8f36 Mon Sep 17 00:00:00 2001 From: Frederick Gnodtke Date: Sat, 21 Sep 2024 09:54:29 +0200 Subject: [PATCH] Add files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fcc62b70..0603b7ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ *.code-workspace venv -dist/ \ No newline at end of file +dist +.vscode/PythonImportHelper-v2-Completion.json