@@ -27,8 +27,8 @@ share/python-wheels/
2727MANIFEST
2828
2929# PyInstaller
30- # Usually these files are written by a python script from a template
31- # before PyInstaller builds the exe, so as to inject date/other infos into it.
30+ # Usually these files are written by a python script from a template
31+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
3232* .manifest
3333* .spec
3434
@@ -92,34 +92,34 @@ ipython_config.py
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# UV
9898# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
9999# This is especially recommended for binary packages to ensure reproducibility, and is more
100100# commonly ignored for libraries.
101- # uv.lock
101+ # uv.lock
102102
103103# poetry
104104# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
105105# This is especially recommended for binary packages to ensure reproducibility, and is more
106106# commonly ignored for libraries.
107107# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108- # poetry.lock
109- # poetry.toml
108+ # poetry.lock
109+ # poetry.toml
110110
111111# pdm
112112# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
113113# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
114114# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
115- # pdm.lock
116- # pdm.toml
115+ # pdm.lock
116+ # pdm.toml
117117.pdm-python
118118.pdm-build /
119119
120120# pixi
121121# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
122- # pixi.lock
122+ # pixi.lock
123123# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
124124# in the .venv directory. It is recommended not to include this directory in version control.
125125.pixi
@@ -182,23 +182,23 @@ dmypy.json
182182cython_debug /
183183
184184# PyCharm
185- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
186- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
187- # and can be added to the global gitignore or merged into this file. For a more nuclear
188- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
189- # .idea/
185+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
186+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
187+ # and can be added to the global gitignore or merged into this file. For a more nuclear
188+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
189+ # .idea/
190190
191191# Abstra
192- # Abstra is an AI-powered process automation framework.
193- # Ignore directories containing user credentials, local state, and settings.
194- # Learn more at https://abstra.io/docs
192+ # Abstra is an AI-powered process automation framework.
193+ # Ignore directories containing user credentials, local state, and settings.
194+ # Learn more at https://abstra.io/docs
195195.abstra /
196196
197197# Visual Studio Code
198- # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
199- # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
200- # and can be added to the global gitignore or merged into this file. However, if you prefer,
201- # you could uncomment the following to ignore the entire vscode folder
198+ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
199+ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
200+ # and can be added to the global gitignore or merged into this file. However, if you prefer,
201+ # you could uncomment the following to ignore the entire vscode folder
202202# .vscode/
203203
204204# Ruff stuff:
0 commit comments