From 206551885872522cf9889ce63120f997dd002c78 Mon Sep 17 00:00:00 2001 From: JohnnyVicious <6608571+JohnnyVicious@users.noreply.github.com> Date: Mon, 25 May 2026 08:06:17 +0200 Subject: [PATCH] chore: ignore local Claude artifacts --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 55d0b6d..6f4d652 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,9 @@ node_modules/ *.log .generated/ /tmp/ + +# Ignore local Claude runtime state and worktrees +.claude/** + +# Ignore insiders AI rules +.github/instructions/codacy.instructions.md