From 9ad057bd14e68a994218817d2676034479013738 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Wed, 13 May 2026 11:30:48 +0200 Subject: [PATCH] misc: add LLM agent artifacts to .gitignore Signed-off-by: Philipp Schuster --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ed2e4ec24..912d0a3bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +/.agents +/.claude +/.codex /build /.cargo /target