From 8978a1fb59f6fd24e469251b8a0c76bf8239b541 Mon Sep 17 00:00:00 2001 From: null3FF3KT Date: Mon, 18 May 2026 11:03:07 -0500 Subject: [PATCH] chore: add local agent directory to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e8b7f69..7a35cf2 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ Thumbs.db # Project specific / Temporary files scratch/ *.log + +/home/cbill/.agents \ No newline at end of file