chore(gitignore): group Claude tooling entries under their own section#63
Merged
pratyush618 merged 1 commit intomainfrom Apr 17, 2026
Merged
chore(gitignore): group Claude tooling entries under their own section#63pratyush618 merged 1 commit intomainfrom
pratyush618 merged 1 commit intomainfrom
Conversation
Move CLAUDE.md and .claude/ out of the # Python block into a dedicated section so the categorisation matches what the entries actually are.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE.mdand.claude/out of the# Pythonblock in.gitignoreinto a new dedicated section — they are not Python artifacts, and the misplacement was noticed while investigating an unrelated CI issue.Context
The CodeQL "Code Quality: Push on main" run on
8f79339(24532446213) is red because of a transient SARIF upload failure in the JavaScript/TypeScript analyse job — the Python job on the same run succeeded, the same commit passed CodeQL on the PR 4× before merging, and the previous / next CodeQL runs onmainare both green. GitHub blocksrerunon default-setup CodeQL workflows ("This workflow run cannot be retried"), so the only way to clear the red check onmain@HEADis to trigger a fresh analysis via a new push. This PR is the carrier for that new push while also being a legitimate tiny cleanup.Test plan
git diffshows only.gitignoremoves, no semantic change to what is ignoredCode Quality: Push on mainrun is green