From e0a946e427a9f7b94d508846609f839895c5a875 Mon Sep 17 00:00:00 2001 From: James Rich Date: Mon, 20 Apr 2026 09:43:14 -0500 Subject: [PATCH] chore: add .agent_artifacts to .gitignore Agent-generated artifacts should not be committed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8447bc7f7..447d8a28e 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ wireless-install.sh firebase-debug.log .agent_plans/ .agent_refs/ +.agent_artifacts/