Skip to content

Commit ea1e17f

Browse files
authored
chore: reorganize gitignore + add uv.lock (#59)
1 parent cfedd75 commit ea1e17f

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

.gitignore

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -82,32 +82,21 @@ target/
8282
profile_default/
8383
ipython_config.py
8484

85-
# pyenv
85+
# package/env management
8686
.python-version
87-
88-
# pipenv
89-
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
90-
# However, in case of collaboration, if having platform-specific dependencies or dependencies
91-
# having no cross-platform support, pipenv may install dependencies that don't work, or not
92-
# install all needed dependencies.
87+
.env
88+
.venv
89+
env/
90+
venv/
91+
ENV/
92+
*.bak
9393
Pipfile.lock
94-
95-
# poetry
96-
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
97-
# This is especially recommended for binary packages to ensure reproducibility, and is more
98-
# commonly ignored for libraries.
99-
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
10094
poetry.lock
101-
102-
# pdm
103-
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
10495
pdm.lock
105-
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
106-
# in version control.
107-
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
10896
.pdm.toml
10997
.pdm-python
11098
.pdm-build/
99+
uv.lock
111100

112101
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113102
__pypackages__/
@@ -119,14 +108,6 @@ celerybeat.pid
119108
# SageMath parsed files
120109
*.sage.py
121110

122-
# Environments
123-
.env
124-
.venv
125-
env/
126-
venv/
127-
ENV/
128-
*.bak
129-
130111
# Spyder project settings
131112
.spyderproject
132113
.spyproject

0 commit comments

Comments
 (0)