chore: remove recycling_bin and stray configs, tidy gitignore - #73
Conversation
recycling_bin/ was a parked trash folder (old deploy guides, sample configs, notebooks, a stray mlflow model artifact) nothing references. config.yaml was a real, personal GCP deployment config that leaked into git before it got added to .gitignore; untracked it but kept the local file. Also dropped dead .gitignore lines that matched nothing in the tree and closed the gap that let .pytest_cache/.ruff_cache get accidentally tracked.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (28)
💤 Files with no reviewable changes (27)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change removes archived deployment configurations, guides, notebooks, scripts, and local MLflow artifacts. It also updates ChangesRepository cleanup
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This removes obsolete local deployment artifacts and ignores generated caches without an identified runtime or deployment impact. The change is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
summary
recycling_bin/(29 tracked files, 2.7M): old deploy guides, sample configs, notebooks, a PDF, and a stray mlflow model artifact that nothing in the codebase referencesconfig.yaml: it held a real, personal GCP deployment config (live project_id, bucket names) that was already added to.gitignorebut never removed from the tree; local copy is kept, just no longer in git.gitignorelines matching nothing in the current tree, including a broken--source_format=PARQUETentry that isn't a valid ignore pattern.pytest_cache/and.ruff_cache/to.gitignoreso they can't get accidentally trackedtest plan
git statusclean, only intended paths removed/untrackedconfig.yamlorrecycling_bin/contentsrelated
pyproject.toml/poetry.toml(owned by the draft uv-migration PR feat: migrate build/release tooling to uv + python-semantic-release #67)Summary by CodeRabbit
Documentation
Chores