File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,12 @@ ipython_config.py
94
94
# install all needed dependencies.
95
95
# Pipfile.lock
96
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
+
97
103
# poetry
98
104
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99
105
# This is especially recommended for binary packages to ensure reproducibility, and is more
@@ -161,6 +167,9 @@ cython_debug/
161
167
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
168
# .idea/
163
169
170
+ # PyPI configuration file
171
+ .pypirc
172
+
164
173
# #################################################################
165
174
# The content above is copied from #
166
175
# https://github.com/github/gitignore/blob/main/Python.gitignore #
You can’t perform that action at this time.
0 commit comments