Forráskód Böngészése

Merge pull request #4545 from KalleDK/patch-1

Added uv.lock alongside pdm and poetry
Daniel Johnson 4 hónapja
szülő
commit
1ed4f04303
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      Python.gitignore

+ 6 - 0
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