mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 12:16:42 +00:00
chore: ignore uv.lock for library project
This commit is contained in:
parent
ba1a221593
commit
9143531697
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -99,7 +99,7 @@ ipython_config.py
|
|||
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
|
||||
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
||||
# commonly ignored for libraries.
|
||||
#uv.lock
|
||||
uv.lock
|
||||
|
||||
# poetry
|
||||
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
||||
|
|
@ -178,7 +178,7 @@ test.py
|
|||
docs/
|
||||
openapi/
|
||||
.DS_Store
|
||||
requirements.txt
|
||||
requirements.txt
|
||||
requirements.in
|
||||
test_raw.py
|
||||
tests/test_one_time.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue