aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Møller <git@k-moeller.dk>2024-12-03 07:25:58 +0100
committerGitHub <noreply@github.com>2024-12-03 07:25:58 +0100
commita38f687cecea81f63c55d4b05a6d3fcc88aa712a (patch)
tree5e39c56868dc30a9f0635d923b2b875e80217c28
parent807578222ddd1dcef7d41c1dc9215751620f7246 (diff)
downloadgitignore-a38f687cecea81f63c55d4b05a6d3fcc88aa712a.tar.gz
gitignore-a38f687cecea81f63c55d4b05a6d3fcc88aa712a.zip
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