From cc26726ddf2f5d8e6baa8bc967353005628bfa73 Mon Sep 17 00:00:00 2001 From: Ducky SSH User Date: Sat, 20 Dec 2025 08:09:17 +0000 Subject: [PATCH] chore: update .gitignore to exclude temporary build files - Add agent and server binaries to .gitignore - Remove temporary build artifacts from repository --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d7c6661..449d92a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ Thumbs.db # Local configuration config.local.yaml .env.*.local + +# Temporary build files +agent +server