@@ -83,30 +83,19 @@ profile_default/
8383ipython_config.py
8484
8585# pyenv
86- # For a library or package, you might want to ignore these files since the code is
87- # intended to run in multiple environments; otherwise, check them in:
88- # .python-version
86+ .python-version
8987
9088# pipenv
91- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92- # However, in case of collaboration, if having platform-specific dependencies or dependencies
93- # having no cross-platform support, pipenv may install dependencies that don't work, or not
94- # install all needed dependencies.
95- # Pipfile.lock
89+ Pipfile.lock
9690
9791# poetry
98- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99- # This is especially recommended for binary packages to ensure reproducibility, and is more
100- # commonly ignored for libraries.
101- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102- # poetry.lock
92+ poetry.lock
93+
94+ # UV
95+ uv.lock
10396
10497# pdm
105- # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106- # pdm.lock
107- # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108- # in version control.
109- # https://pdm.fming.dev/#use-with-ide
98+ pdm.lock
11099.pdm.toml
111100
112101# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
@@ -153,13 +142,10 @@ dmypy.json
153142cython_debug /
154143
155144# PyCharm
156- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
157- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158- # and can be added to the global gitignore or merged into this file. For a more nuclear
159- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160- # .idea/
145+ .idea /
161146
162147* .pdf
163148* .png
164149* .jpg
165150* .txt
151+ * .md
0 commit comments