Skip to content

Remove tracked .bak files that violate the project's own .gitignore - #16

Open
Anilreddy2309 wants to merge 1 commit into
NVIDIA:mainfrom
Anilreddy2309:cleanup/remove-tracked-bak-files
Open

Anilreddy2309 wants to merge 1 commit into
NVIDIA:mainfrom
Anilreddy2309:cleanup/remove-tracked-bak-files

Conversation

@Anilreddy2309

Copy link
Copy Markdown

Summary

nvflow/recipes/finance/datasets/finance_agent/eval.jsonl.bak (60KB) and public.csv.bak (56KB) were committed in the initial public release despite .gitignore explicitly listing *.bak / *.bak-* (.gitignore:89-90). .gitignore doesn't retroactively untrack files that were already committed before the pattern was added, so these two have been sitting in the repo regardless.

Confirmed before removing:

  • grep -rn "eval.jsonl.bak\|public.csv.bak" across .py/.yaml/.md finds zero references — nothing reads these as a fallback/backup data source
  • git log --follow shows neither file has been touched since 543d93e (Initial public release) — genuinely stale artifacts, not active backups

Test plan

  • Full pytest tests/ suite passes (339 passed, 3 pre-existing skips) — no test or code depended on either file

🤖 Generated with Claude Code

nvflow/recipes/finance/datasets/finance_agent/eval.jsonl.bak (60KB) and
public.csv.bak (56KB) were committed in the initial public release
despite .gitignore explicitly listing *.bak / *.bak-* -- .gitignore
doesn't retroactively untrack files already committed before the
pattern was added.

Confirmed via grep that no .py/.yaml/.md file references either
filename, and `git log --follow` shows neither has been touched since
the initial commit -- these are stale backup artifacts with no
apparent purpose, not a fallback data source anything depends on.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Anil Balireddy <anilbalireddi@gmail.com>
@Anilreddy2309
Anilreddy2309 requested a review from a team September 11, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant