From e68e0b9ccf2ff7bf3020f024ee2523e4c56ccffa Mon Sep 17 00:00:00 2001 From: disqualifier Date: Mon, 29 Jun 2026 21:54:14 -0400 Subject: [PATCH] chore: ignore .claude/ dir (CLAUDE.md now lives under .claude/) Signed-off-by: disqualifier --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6ff830..bc31b13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # claude -CLAUDE.md +.claude/ # python __pycache__/