CoolFace
Apppublic

Shamik/multi_agent_rag

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
.gitignore176 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# C extensions7*.so8 9# Distribution / packaging10.Python11build/12develop-eggs/13dist/14downloads/15eggs/16.eggs/17lib/18lib64/19parts/20sdist/21var/22wheels/23share/python-wheels/24*.egg-info/25.installed.cfg26*.egg27MANIFEST28 29# PyInstaller30#  Usually these files are written by a python script from a template31#  before PyInstaller builds the exe, so as to inject date/other infos into it.32*.manifest33*.spec34 35# Installer logs36pip-log.txt37pip-delete-this-directory.txt38 39# Unit test / coverage reports40htmlcov/41.tox/42.nox/43.coverage44.coverage.*45.cache46nosetests.xml47coverage.xml48*.cover49*.py,cover50.hypothesis/51.pytest_cache/52cover/53 54# Translations55*.mo56*.pot57 58# Django stuff:59*.log60local_settings.py61db.sqlite362db.sqlite3-journal63 64# Flask stuff:65instance/66.webassets-cache67 68# Scrapy stuff:69.scrapy70 71# Sphinx documentation72docs/_build/73 74# PyBuilder75.pybuilder/76target/77 78# Jupyter Notebook79.ipynb_checkpoints80 81# IPython82profile_default/83ipython_config.py84 85# pyenv86#   For a library or package, you might want to ignore these files since the code is87#   intended to run in multiple environments; otherwise, check them in:88# .python-version89 90# pipenv91#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.92#   However, in case of collaboration, if having platform-specific dependencies or dependencies93#   having no cross-platform support, pipenv may install dependencies that don't work, or not94#   install all needed dependencies.95#Pipfile.lock96 97# UV98#   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 more100#   commonly ignored for libraries.101#uv.lock102 103# poetry104#   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 more106#   commonly ignored for libraries.107#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control108#poetry.lock109 110# pdm111#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.112#pdm.lock113#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it114#   in version control.115#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control116.pdm.toml117.pdm-python118.pdm-build/119 120# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm121__pypackages__/122 123# Celery stuff124celerybeat-schedule125celerybeat.pid126 127# SageMath parsed files128*.sage.py129 130# Environments131.env132.venv133env/134venv/135ENV/136env.bak/137venv.bak/138 139# Spyder project settings140.spyderproject141.spyproject142 143# Rope project settings144.ropeproject145 146# mkdocs documentation147/site148 149# mypy150.mypy_cache/151.dmypy.json152dmypy.json153 154# Pyre type checker155.pyre/156 157# pytype static type analyzer158.pytype/159 160# Cython debug symbols161cython_debug/162 163# PyCharm164#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can165#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore166#  and can be added to the global gitignore or merged into this file.  For a more nuclear167#  option (not recommended) you can uncomment the following to ignore the entire idea folder.168#.idea/169 170# Ruff stuff:171.ruff_cache/172 173# PyPI configuration file174.pypirc175 176.gradio