Skip to content

Commit 540471a

Browse files
chore: stop tracking uv.lock (project uses requirements*.lock from rye)
uv.lock was added on the integrated branch but is not produced by codegen and is not referenced by any script, CI, or pyproject.toml. The project's canonical lockfiles are requirements.lock and requirements-dev.lock (managed by rye). Tracking uv.lock made the custom-code diff balloon by ~1.2k lines unnecessarily.
1 parent 532ee8f commit 540471a

2 files changed

Lines changed: 1 addition & 1236 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ dist
1414
.envrc
1515
codegen.log
1616
Brewfile.lock.json
17+
uv.lock

0 commit comments

Comments
 (0)