Add gitignore for the uv install on Evergreen#931
Merged
fealebenpae merged 2 commits intomasterfrom Mar 24, 2026
Merged
Conversation
MaciejKaras
approved these changes
Mar 24, 2026
MCK 1.7.1 Release NotesBug Fixes
Other Changes
|
# Conflicts: # .uv/bin/uv # .uv/bin/uvx
lsierant
approved these changes
Mar 24, 2026
filipcirtog
approved these changes
Mar 24, 2026
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.
Summary
With #884 we started installing uv within the project directory on Evergreen to get around inconsistent uv versions across build hosts. However I forgot to gitignore it and now the PCT bot added the uv installation artifacts to a commit from within a CI task. This change adds the uv installation directory to gitignore and cleans up the uv binaries that made their way into the repo.
Proof of Work
Passing lint task.
Checklist
skip-changeloglabel if not needed