From 2cc0496afb098fecd4882266bcc4ae5f4b0a37d4 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 4 Aug 2026 15:57:37 +0200 Subject: [PATCH] Ignore VS Code settings --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2cfac7d..2df2dcf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ __pycache__/ *.py[cod] database/calendar.db -database/calendar.db-journal \ No newline at end of file +database/calendar.db-journal +.vscode \ No newline at end of file