Skip to content

Commit 389ec8c

Browse files
committed
chore: add .gitignore for pyenv/uv
1 parent e9520b3 commit 389ec8c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ target/
9393
profile_default/
9494
ipython_config.py
9595

96-
# pyenv
97-
# For a library or package, you might want to ignore these files since the code is
98-
# intended to run in multiple environments; otherwise, check them in:
99-
# .python-version
96+
# pyenv / uv
97+
.python-version
98+
pyproject.toml
99+
uv.lock
100100

101101
# pipenv
102102
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.

0 commit comments

Comments
 (0)