CoolFace
Apppublic

LVKinyanjui/QueryYourDocs

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
.gitignore175 linesDownload Raw Back to root
1<<<<<<< HEAD2<<<<<<< HEAD3# Sensitive folders4**data/5 6=======7>>>>>>> 59a0b78 (Initial commit)8=======9# Sensitive folders10**data/11 12>>>>>>> 2758b50 (Reliably upserted to chromadb and resolved dependency issues)13# Byte-compiled / optimized / DLL files14__pycache__/15*.py[cod]16*$py.class17 18# C extensions19*.so20 21# Distribution / packaging22.Python23build/24develop-eggs/25dist/26downloads/27eggs/28.eggs/29lib/30lib64/31parts/32sdist/33var/34wheels/35share/python-wheels/36*.egg-info/37.installed.cfg38*.egg39MANIFEST40 41# PyInstaller42#  Usually these files are written by a python script from a template43#  before PyInstaller builds the exe, so as to inject date/other infos into it.44*.manifest45*.spec46 47# Installer logs48pip-log.txt49pip-delete-this-directory.txt50 51# Unit test / coverage reports52htmlcov/53.tox/54.nox/55.coverage56.coverage.*57.cache58nosetests.xml59coverage.xml60*.cover61*.py,cover62.hypothesis/63.pytest_cache/64cover/65 66# Translations67*.mo68*.pot69 70# Django stuff:71*.log72local_settings.py73db.sqlite374db.sqlite3-journal75 76# Flask stuff:77instance/78.webassets-cache79 80# Scrapy stuff:81.scrapy82 83# Sphinx documentation84docs/_build/85 86# PyBuilder87.pybuilder/88target/89 90# Jupyter Notebook91.ipynb_checkpoints92 93# IPython94profile_default/95ipython_config.py96 97# pyenv98#   For a library or package, you might want to ignore these files since the code is99#   intended to run in multiple environments; otherwise, check them in:100# .python-version101 102# pipenv103#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.104#   However, in case of collaboration, if having platform-specific dependencies or dependencies105#   having no cross-platform support, pipenv may install dependencies that don't work, or not106#   install all needed dependencies.107#Pipfile.lock108 109# poetry110#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.111#   This is especially recommended for binary packages to ensure reproducibility, and is more112#   commonly ignored for libraries.113#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control114#poetry.lock115 116# pdm117#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.118#pdm.lock119#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it120#   in version control.121#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control122.pdm.toml123.pdm-python124.pdm-build/125 126# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm127__pypackages__/128 129# Celery stuff130celerybeat-schedule131celerybeat.pid132 133# SageMath parsed files134*.sage.py135 136# Environments137.env138.venv139env/140venv/141ENV/142env.bak/143venv.bak/144 145# Spyder project settings146.spyderproject147.spyproject148 149# Rope project settings150.ropeproject151 152# mkdocs documentation153/site154 155# mypy156.mypy_cache/157.dmypy.json158dmypy.json159 160# Pyre type checker161.pyre/162 163# pytype static type analyzer164.pytype/165 166# Cython debug symbols167cython_debug/168 169# PyCharm170#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can171#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore172#  and can be added to the global gitignore or merged into this file.  For a more nuclear173#  option (not recommended) you can uncomment the following to ignore the entire idea folder.174#.idea/175