Skip to content

Commit 7e9b4b4

Browse files
committed
update .gitignore (ignore .lock files)
1 parent ecb3673 commit 7e9b4b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ __pycache__/
1818
# C extensions
1919
*.so
2020

21+
# uv or poetry lock files
22+
poetry.lock
23+
uv.lock
24+
2125
# Distribution / packaging
2226
.Python
2327
build/

0 commit comments

Comments
 (0)