11# Byte-compiled / optimized / DLL files
22__pycache__ /
3- * .py [codz ]
3+ * .py [cod ]
44* $py.class
55
66# C extensions
2020sdist /
2121var /
2222wheels /
23- share /python-wheels /
2423* .egg-info /
2524.installed.cfg
2625* .egg
@@ -46,10 +45,9 @@ htmlcov/
4645nosetests.xml
4746coverage.xml
4847* .cover
49- * .py. cover
48+ * .py, cover
5049.hypothesis /
5150.pytest_cache /
52- cover /
5351
5452# Translations
5553* .mo
@@ -72,7 +70,6 @@ instance/
7270docs /_build /
7371
7472# PyBuilder
75- .pybuilder /
7673target /
7774
7875# Jupyter Notebook
@@ -83,48 +80,28 @@ profile_default/
8380ipython_config.py
8481
8582# 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
83+ .python-version
8984
9085# pipenv
9186# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
9287# 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.
88+ # from different sources is not a concern, Pipfile.lock also may be ignored.
9589# Pipfile.lock
9690
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-
10391# poetry
10492# 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
93+ # This is especially true if you want to ensure deterministic builds.
94+ # However, in some cases, it may be desirable to ignore them.
10895# poetry.lock
109- # poetry.toml
11096
11197# pdm
11298# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
113- # pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
114- # https://pdm-project.org/en/latest/usage/project/#working-with-version-control
11599# pdm.lock
116- # pdm.toml
117- .pdm-python
118- .pdm-build /
119-
120- # pixi
121- # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
122- # pixi.lock
123- # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
124- # in the .venv directory. It is recommended not to include this directory in version control.
125- .pixi
126-
127- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
100+ # pdm stores its cache in the specified location, which is ~/.pdm/cache by default.
101+ # It might be desirable to ignore it if you use a different cache directory.
102+ # .pdm-cache/
103+
104+ # PEP 582; used by pdm
128105__pypackages__ /
129106
130107# Celery stuff
@@ -136,7 +113,6 @@ celerybeat.pid
136113
137114# Environments
138115.env
139- .envrc
140116.venv
141117env /
142118venv /
@@ -152,7 +128,7 @@ venv.bak/
152128.ropeproject
153129
154130# mkdocs documentation
155- / site
131+ site /
156132
157133# mypy
158134.mypy_cache /
@@ -167,41 +143,3 @@ dmypy.json
167143
168144# Cython debug symbols
169145cython_debug /
170-
171- # 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/
177-
178- # 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
182- .abstra /
183-
184- # 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
189- # .vscode/
190-
191- # Ruff stuff:
192- .ruff_cache /
193-
194- # PyPI configuration file
195- .pypirc
196-
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-
204- # Marimo
205- marimo /_static /
206- marimo /_lsp /
207- __marimo__ /
0 commit comments