Skip to content

Commit e8bd03c

Browse files
chore: add uv.lock to .gitignore
uv.lock was untracked and showing in git status. Since this is a library (not an application), lock files should not be committed — consumers resolve their own dependency versions. Closes #146 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c03ceb5 commit e8bd03c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ wheels/
2525
venv/
2626
ENV/
2727

28+
# uv lock file (library — consumers resolve their own deps)
29+
uv.lock
30+
2831
# IDE
2932
.idea/
3033
.vscode/

0 commit comments

Comments
 (0)