From f157c7a77416968d57726d8d819a420b8a7635f2 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 17 May 2026 18:56:15 +0200 Subject: [PATCH] chore: ignore .claude/ workspace dir settings.local.json carries per-user permission overrides; report.html is a session-local artifact. Both belong outside version control, matching how .vscode/ and .idea/ are already handled. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf62567..7a10d35 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ vendor/ # IDE and editor files .vscode/ .idea/ +.claude/ *.swp *.swo *~