@@ -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
@@ -131,6 +131,19 @@ __pypackages__/
131131celerybeat-schedule
132132celerybeat.pid
133133
134+ # Redis
135+ * .rdb
136+ * .aof
137+ * .pid
138+
139+ # RabbitMQ
140+ mnesia /
141+ rabbitmq /
142+ rabbitmq-data /
143+
144+ # ActiveMQ
145+ activemq-data /
146+
134147# SageMath parsed files
135148* .sage.py
136149
@@ -169,23 +182,23 @@ dmypy.json
169182cython_debug /
170183
171184# 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/
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/
177190
178191# 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
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
182195.abstra /
183196
184197# 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
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
189202.vscode /
190203
191204# Ruff stuff:
@@ -194,13 +207,6 @@ cython_debug/
194207# PyPI configuration file
195208.pypirc
196209
197- # Cursor
198- # Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
199- # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
200- # refer to https://docs.cursor.com/context/ignore-files
201- .cursorignore
202- .cursorindexingignore
203-
204210# Marimo
205211marimo /_static /
206212marimo /_lsp /
0 commit comments