Skip to content

Commit ea73009

Browse files
committed
Update .gitignore
1 parent 9692054 commit ea73009

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,32 +85,35 @@ ipython_config.py
8585
# pyenv
8686
# For a library or package, you might want to ignore these files since the code is
8787
# intended to run in multiple environments; otherwise, check them in:
88-
# .python-version
88+
.python-version
8989

9090
# pipenv
9191
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
9292
# However, in case of collaboration, if having platform-specific dependencies or dependencies
9393
# having no cross-platform support, pipenv may install dependencies that don't work, or not
9494
# install all needed dependencies.
95-
#Pipfile.lock
95+
Pipfile.lock
9696

9797
# poetry
9898
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
9999
# This is especially recommended for binary packages to ensure reproducibility, and is more
100100
# commonly ignored for libraries.
101101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
#poetry.lock
102+
poetry.lock
103103

104104
# pdm
105105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106-
#pdm.lock
106+
pdm.lock
107107
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108108
# in version control.
109109
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
110110
.pdm.toml
111111
.pdm-python
112112
.pdm-build/
113113

114+
# uv
115+
uv.lock
116+
114117
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
115118
__pypackages__/
116119

0 commit comments

Comments
 (0)