We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8075782 + a38f687 commit 1ed4f04Copy full SHA for 1ed4f04
Python.gitignore
@@ -94,6 +94,12 @@ ipython_config.py
94
# install all needed dependencies.
95
#Pipfile.lock
96
97
+# UV
98
+# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
99
+# This is especially recommended for binary packages to ensure reproducibility, and is more
100
+# commonly ignored for libraries.
101
+#uv.lock
102
+
103
# poetry
104
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
105
# This is especially recommended for binary packages to ensure reproducibility, and is more
0 commit comments