Skip to content

Commit 52ed983

Browse files
committed
add uv.lock to gitignore
uv.lock file is generated when using 'uv run' to set up project
1 parent fa4e6a9 commit 52ed983

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
@@ -126,4 +126,7 @@ dmypy.json
126126
### Python Patch ###
127127
.venv/
128128

129+
# uv
130+
uv.lock
131+
129132
# End of https://www.gitignore.io/api/python

0 commit comments

Comments
 (0)