From c192f12fd99fa45a052105e4111e9ff6c15da097 Mon Sep 17 00:00:00 2001 From: burn Date: Wed, 29 Jul 2026 20:44:27 -0400 Subject: [PATCH] Ignore agent runtime artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 57af3c07..87e35a04 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,11 @@ node_modules/ dist/ *.tsbuildinfo .npm-cache/ +.agentworkforce/ +.worktrees/ .DS_Store *.log +INCIDENT-*.md # Rust / Cargo target/