Pacama95/chatbot_agent
0
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# C extensions7*.so8 9.DS_Store10 11# Distribution / packaging12.Python13build/14develop-eggs/15dist/16downloads/17eggs/18.eggs/19lib/20lib64/21parts/22sdist/23var/24wheels/25share/python-wheels/26*.egg-info/27.installed.cfg28*.egg29MANIFEST30 31# PyInstaller32# Usually these files are written by a python script from a template33# before PyInstaller builds the exe, so as to inject date/other infos into it.34*.manifest35*.spec36 37# Installer logs38pip-log.txt39pip-delete-this-directory.txt40 41# Unit test / coverage reports42htmlcov/43.tox/44.nox/45.coverage46.coverage.*47.cache48nosetests.xml49coverage.xml50*.cover51*.py,cover52.hypothesis/53.pytest_cache/54cover/55 56# Translations57*.mo58*.pot59 60# Django stuff:61*.log62local_settings.py63db.sqlite364db.sqlite3-journal65 66# Flask stuff:67instance/68.webassets-cache69 70# Scrapy stuff:71.scrapy72 73# Sphinx documentation74docs/_build/75 76# PyBuilder77.pybuilder/78target/79 80# Jupyter Notebook81.ipynb_checkpoints82 83# IPython84profile_default/85ipython_config.py86 87# pyenv88# For a library or package, you might want to ignore these files since the code is89# intended to run in multiple environments; otherwise, check them in:90# .python-version91 92# pipenv93# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.94# However, in case of collaboration, if having platform-specific dependencies or dependencies95# having no cross-platform support, pipenv may install dependencies that don't work, or not96# install all needed dependencies.97#Pipfile.lock98 99# UV100# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.101# This is especially recommended for binary packages to ensure reproducibility, and is more102# commonly ignored for libraries.103#uv.lock104 105# poetry106# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.107# This is especially recommended for binary packages to ensure reproducibility, and is more108# commonly ignored for libraries.109# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control110#poetry.lock111#poetry.toml112 113# pdm114# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.115#pdm.lock116# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it117# in version control.118# https://pdm.fming.dev/latest/usage/project/#working-with-version-control119.pdm.toml120.pdm-python121.pdm-build/122 123# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm124__pypackages__/125 126# Celery stuff127celerybeat-schedule128celerybeat.pid129 130# SageMath parsed files131*.sage.py132 133# Environments134.env135.venv136env/137venv/138ENV/139env.bak/140venv.bak/141 142# Spyder project settings143.spyderproject144.spyproject145 146# Rope project settings147.ropeproject148 149# mkdocs documentation150/site151 152# mypy153.mypy_cache/154.dmypy.json155dmypy.json156 157# Pyre type checker158.pyre/159 160# pytype static type analyzer161.pytype/162 163# Cython debug symbols164cython_debug/165 166# PyCharm167# JetBrains specific template is maintained in a separate JetBrains.gitignore that can168# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore169# and can be added to the global gitignore or merged into this file. For a more nuclear170# option (not recommended) you can uncomment the following to ignore the entire idea folder.171#.idea/172 173# Abstra174# Abstra is an AI-powered process automation framework.175# Ignore directories containing user credentials, local state, and settings.176# Learn more at https://abstra.io/docs177.abstra/178 179# Visual Studio Code180# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore 181# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore182# and can be added to the global gitignore or merged into this file. However, if you prefer, 183# you could uncomment the following to ignore the entire vscode folder184# .vscode/185 186# Ruff stuff:187.ruff_cache/188 189# PyPI configuration file190.pypirc191 192# Cursor193# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to194# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data195# refer to https://docs.cursor.com/context/ignore-files196.cursorignore197.cursorindexingignore198 199.gradio200 