···11+# sqlite3
22+*.sqlite*
33+44+# Byte-compiled / optimized / DLL files
55+__pycache__/
66+*.py[cod]
77+*$py.class
88+99+# C extensions
1010+*.so
1111+1212+# Distribution / packaging
1313+.Python
1414+build/
1515+develop-eggs/
1616+dist/
1717+downloads/
1818+eggs/
1919+.eggs/
2020+lib/
2121+lib64/
2222+parts/
2323+sdist/
2424+var/
2525+wheels/
2626+share/python-wheels/
2727+*.egg-info/
2828+.installed.cfg
2929+*.egg
3030+MANIFEST
3131+3232+# PyInstaller
3333+# Usually these files are written by a python script from a template
3434+# before PyInstaller builds the exe, so as to inject date/other infos into it.
3535+*.manifest
3636+*.spec
3737+3838+# Installer logs
3939+pip-log.txt
4040+pip-delete-this-directory.txt
4141+4242+# Unit test / coverage reports
4343+htmlcov/
4444+.tox/
4545+.nox/
4646+.coverage
4747+.coverage.*
4848+.cache
4949+nosetests.xml
5050+coverage.xml
5151+*.cover
5252+*.py,cover
5353+.hypothesis/
5454+.pytest_cache/
5555+cover/
5656+5757+# Translations
5858+*.mo
5959+*.pot
6060+6161+# Django stuff:
6262+*.log
6363+local_settings.py
6464+db.sqlite3
6565+db.sqlite3-journal
6666+6767+# Flask stuff:
6868+instance/
6969+.webassets-cache
7070+7171+# Scrapy stuff:
7272+.scrapy
7373+7474+# Sphinx documentation
7575+docs/_build/
7676+7777+# PyBuilder
7878+.pybuilder/
7979+target/
8080+8181+# Jupyter Notebook
8282+.ipynb_checkpoints
8383+8484+# IPython
8585+profile_default/
8686+ipython_config.py
8787+8888+# pyenv
8989+# For a library or package, you might want to ignore these files since the code is
9090+# intended to run in multiple environments; otherwise, check them in:
9191+# .python-version
9292+9393+# pipenv
9494+# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
9595+# However, in case of collaboration, if having platform-specific dependencies or dependencies
9696+# having no cross-platform support, pipenv may install dependencies that don't work, or not
9797+# install all needed dependencies.
9898+#Pipfile.lock
9999+100100+# UV
101101+# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
102102+# This is especially recommended for binary packages to ensure reproducibility, and is more
103103+# commonly ignored for libraries.
104104+#uv.lock
105105+106106+# poetry
107107+# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
108108+# This is especially recommended for binary packages to ensure reproducibility, and is more
109109+# commonly ignored for libraries.
110110+# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
111111+#poetry.lock
112112+113113+# pdm
114114+# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
115115+#pdm.lock
116116+# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
117117+# in version control.
118118+# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
119119+.pdm.toml
120120+.pdm-python
121121+.pdm-build/
122122+123123+# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
124124+__pypackages__/
125125+126126+# Celery stuff
127127+celerybeat-schedule
128128+celerybeat.pid
129129+130130+# SageMath parsed files
131131+*.sage.py
132132+133133+# Environments
134134+.env
135135+.venv
136136+env/
137137+venv/
138138+ENV/
139139+env.bak/
140140+venv.bak/
141141+142142+# Spyder project settings
143143+.spyderproject
144144+.spyproject
145145+146146+# Rope project settings
147147+.ropeproject
148148+149149+# mkdocs documentation
150150+/site
151151+152152+# mypy
153153+.mypy_cache/
154154+.dmypy.json
155155+dmypy.json
156156+157157+# Pyre type checker
158158+.pyre/
159159+160160+# pytype static type analyzer
161161+.pytype/
162162+163163+# Cython debug symbols
164164+cython_debug/
165165+166166+# PyCharm
167167+# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
168168+# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
169169+# and can be added to the global gitignore or merged into this file. For a more nuclear
170170+# option (not recommended) you can uncomment the following to ignore the entire idea folder.
171171+#.idea/
172172+173173+# Ruff stuff:
174174+.ruff_cache/
175175+176176+# PyPI configuration file
177177+.pypirc