chore: ignore Python bytecode cache artifacts - #473
Conversation
gitlint's local pre-commit environment generates gitlint_rules/__pycache__/*.pyc, which has no repo-wide .gitignore entry and gets accidentally staged by `git add -A` — happened twice during review of fullsend-ai#469 (fix(#5188): re-trigger review via label after fix-agent push), split out here per review feedback that it was unrelated scope creep on that PR. Signed-off-by: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Greg Allen <gallen@redhat.com>
PR Summary by QodoIgnore Python bytecode cache artifacts in repo .gitignore
AI Description
High-Level Assessment
Files changed (1)
|
|
🤖 Finished Review · ✅ Success · Started 4:42 PM UTC · Completed 4:52 PM UTC |
ReviewFindingsMedium
|
waynesun09
left a comment
There was a problem hiding this comment.
Approving — review squad found no blocking issues. Already has ralphbean's approval and passes all checks; adding a second sign-off.
|
🤖 Finished Retro · ✅ Success · Started 8:39 PM UTC · Completed 8:48 PM UTC |
Retro: PR #473 — chore: ignore Python bytecode cache artifactsA trivial 2-line Key observation: challenger was correct but overriddenThe intent-coherence sub-agent produced two findings: (1) Medium No new proposals — all findings map to existing open issues
|
Summary
Adds a root
.gitignorefor__pycache__/and*.pyc. gitlint's local pre-commit environment generatesgitlint_rules/__pycache__/*.pyc, and with no repo-wide.gitignoreentry it gets accidentally picked up bygit add -A.Split out from #469 per review feedback there that it was unrelated scope creep on that PR (it accidentally got staged and committed there twice while working on an unrelated fix).