From 7b9032fbdbaaa1a98baa7b0643fbcc8ae84c2fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20W=C3=A1gner?= Date: Mon, 4 Dec 2023 20:22:50 +0100 Subject: [PATCH] .gitignore: add .vscode for uniformity --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1a99490..8a1d332 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,5 @@ ENV/ # PyCharm .idea + +.vscode/