@@ -94,30 +94,7 @@ 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-
103- # poetry
104- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
105- # This is especially recommended for binary packages to ensure reproducibility, and is more
106- # commonly ignored for libraries.
107- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108- # poetry.lock
109-
110- # pdm
111- # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
112- # pdm.lock
113- # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
114- # in version control.
115- # https://pdm.fming.dev/latest/usage/project/#working-with-version-control
116- .pdm.toml
117- .pdm-python
118- .pdm-build /
119-
120- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
97+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
12198__pypackages__ /
12299
123100# Celery stuff
@@ -160,15 +137,6 @@ dmypy.json
160137# Cython debug symbols
161138cython_debug /
162139
163- # PyCharm
164- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
165- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
166- # and can be added to the global gitignore or merged into this file. For a more nuclear
167- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
168- # .idea/
169-
170- # Ruff stuff:
171- .ruff_cache /
172-
173- # PyPI configuration file
174- .pypirc
140+ .vscode /
141+ * .tar. *
142+ * .zip
0 commit comments