From 9c7ae1294c65ea1e1b0262fa9b90593c43c31261 Mon Sep 17 00:00:00 2001 From: jeffyanta Date: Mon, 19 Jan 2026 10:32:35 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3f6b842..68c4fd1 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ build/ # Jetbrains .idea/ +# Executable Golang code +cmd*/ +main.go