From 8780c1aa750e03cb185073fc04b4e61480336c38 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Thu, 26 Oct 2023 11:08:58 +0200 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 970f994..cb944f3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ pypiConfig.py test.py build/ dist/ -QElephant.egg-info/ \ No newline at end of file +QElephant.egg-info/ +.vscode/ \ No newline at end of file