fix(gitignore): ignore __pycache__ at all depths (#7863)#9490
fix(gitignore): ignore __pycache__ at all depths (#7863)#9490igorpecovnik merged 1 commit intomainfrom
Conversation
`/__pycache__/*` only covered the root level. Replace with `**/__pycache__/` so that generated bytecode directories in lib/tools/ and elsewhere are ignored. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ This PR has been reviewed and approved — all set for merge! |
Summary
/__pycache__/*only covered the root-level__pycache__directory**/__pycache__/to match any__pycache__at any depth (e.g.lib/tools/common/__pycache__/)Fixes #7863
🤖 Generated with Claude Code
Summary by CodeRabbit