From 0afb3186fa05a85298976a7752c59d9f665f490b Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 11 Jan 2026 11:30:36 -0500 Subject: [PATCH] Ignore IDE files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 366a3568..1f3afa3d 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ _testmain.go *.exe *.test + +# IDEs +*.vscode