diff options
-rw-r--r-- | Python.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 82f92755..c2fb7733 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -94,6 +94,12 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock +# UV +# 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 + # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more |