aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Johnson <wirecat@github.com>2024-12-06 12:01:34 -0800
committerGitHub <noreply@github.com>2024-12-06 12:01:34 -0800
commit1ed4f04303513eb78809b4541568cc0c12b721da (patch)
tree5e39c56868dc30a9f0635d923b2b875e80217c28
parent807578222ddd1dcef7d41c1dc9215751620f7246 (diff)
parenta38f687cecea81f63c55d4b05a6d3fcc88aa712a (diff)
downloadgitignore-1ed4f04303513eb78809b4541568cc0c12b721da.tar.gz
gitignore-1ed4f04303513eb78809b4541568cc0c12b721da.zip
Merge pull request #4545 from KalleDK/patch-1
Added uv.lock alongside pdm and poetry
-rw-r--r--Python.gitignore6
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