From 77c0de5f5531f3deaa8ce593befed9e8c051753d Mon Sep 17 00:00:00 2001 From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:39:04 +0530 Subject: [PATCH] chore(gitignore): group Claude tooling entries under their own section Move CLAUDE.md and .claude/ out of the # Python block into a dedicated section so the categorisation matches what the entries actually are. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 249bb50..14bb93c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,16 +11,18 @@ dist/ build/ *.so *.dylib -CLAUDE.md *.dll .venv/ venv/ -.claude/ junk/ .mypy_cache/ .pytest_cache/ .ruff_cache/ +# Claude Code +CLAUDE.md +.claude/ + # IDE .idea/ .vscode/