@@ -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
@@ -169,23 +169,23 @@ dmypy.json
169169cython_debug /
170170
171171# PyCharm
172- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
173- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
174- # and can be added to the global gitignore or merged into this file. For a more nuclear
175- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
176- # .idea/
172+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
173+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
174+ # and can be added to the global gitignore or merged into this file. For a more nuclear
175+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
176+ # .idea/
177177
178178# Abstra
179- # Abstra is an AI-powered process automation framework.
180- # Ignore directories containing user credentials, local state, and settings.
181- # Learn more at https://abstra.io/docs
179+ # Abstra is an AI-powered process automation framework.
180+ # Ignore directories containing user credentials, local state, and settings.
181+ # Learn more at https://abstra.io/docs
182182.abstra /
183183
184184# Visual Studio Code
185- # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
186- # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
187- # and can be added to the global gitignore or merged into this file. However, if you prefer,
188- # you could uncomment the following to ignore the entire vscode folder
185+ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
186+ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
187+ # and can be added to the global gitignore or merged into this file. However, if you prefer,
188+ # you could uncomment the following to ignore the entire vscode folder
189189# .vscode/
190190
191191# Ruff stuff:
0 commit comments