Skip to content

Commit af3191f

Browse files
committed
Update gitignore
1 parent c110784 commit af3191f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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 #

0 commit comments

Comments
 (0)