Ignore runs/ wholesale; it becomes its own repository - #90
Merged
Merged
Conversation
runs/ holds the run artefacts, their write-ups, the analysis code and the operator tooling, tracked by git and DVC in a repository of their own nested under this one. vero previously tracked runs/.gitignore to keep the directory out of the tree; that file now belongs to the nested repository, so the ignore rule moves to the root. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Two lines.
runs/(run artefacts, write-ups, analysis code, operator tooling) is now a separate repository, git plus DVC, nested under this one. vero used to trackruns/.gitignoreto keep the directory out; a directory's.gitignoreoutranks anything the nested repository can say, so the rule moves to the root.gitignoreand vero stops tracking that file.No code or test changes.
🤖 Generated with Claude Code
The ownership change appears safe to merge, with a non-blocking documentation gap for setting up the nested repository.
Summary
runs/.runs/.gitignore.Reviews (1) · Last reviewed commit: "Ignore runs/ wholesale; it is its own re..."