From 0c090c848913bb49b99958c1a4d34e78fb1167f8 Mon Sep 17 00:00:00 2001 From: armistace Date: Mon, 19 May 2025 11:28:10 +1000 Subject: [PATCH] add vscode to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1248f07..24458be 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ __pycache__ .venv .aider* +.vscode