File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,6 +94,12 @@ ipython_config.py
9494# install all needed dependencies.
9595# Pipfile.lock
9696
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+
97103# poetry
98104# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99105# This is especially recommended for binary packages to ensure reproducibility, and is more
@@ -161,6 +167,9 @@ cython_debug/
161167# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162168# .idea/
163169
170+ # PyPI configuration file
171+ .pypirc
172+
164173# #################################################################
165174# The content above is copied from #
166175# https://github.com/github/gitignore/blob/main/Python.gitignore #
You can’t perform that action at this time.
0 commit comments