From e58c18bf99a9b114b845dd1cdc8454c7a516478a Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Tue, 13 Jan 2026 18:57:29 +0000 Subject: [PATCH] add json files and vscode workspaces to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42f7d5d..9a75247 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .vscode __pycache__/ -*.pyc \ No newline at end of file +*.pyc +*.json +*.code-workspace \ No newline at end of file