CoolFace
Apppublic

weekev/babylon-chat

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
.gitignore186 linesDownload Raw Back to root
1*.arrow2squad_*3*sbert_embedded*4*.pkl5ckpts*6.deepspeed_env7*.jsonl8*tar.gz9ckpts**10wandb11# Byte-compiled / optimized / DLL files12__pycache__/13*.py[cod]14*$py.class15 16# C extensions17*.so18 19# Distribution / packaging20.Python21build/22develop-eggs/23dist/24downloads/25eggs/26.eggs/27lib/28lib64/29parts/30sdist/31var/32wheels/33share/python-wheels/34*.egg-info/35.installed.cfg36*.egg37MANIFEST38 39# PyInstaller40#  Usually these files are written by a python script from a template41#  before PyInstaller builds the exe, so as to inject date/other infos into it.42*.manifest43*.spec44 45# Installer logs46pip-log.txt47pip-delete-this-directory.txt48 49# Unit test / coverage reports50htmlcov/51.tox/52.nox/53.coverage54.coverage.*55.cache56nosetests.xml57coverage.xml58*.cover59*.py,cover60.hypothesis/61.pytest_cache/62cover/63 64# Translations65*.mo66*.pot67 68# Django stuff:69*.log70local_settings.py71db.sqlite372db.sqlite3-journal73 74# Flask stuff:75instance/76.webassets-cache77 78# Scrapy stuff:79.scrapy80 81# Sphinx documentation82docs/_build/83 84# PyBuilder85.pybuilder/86target/87 88# Jupyter Notebook89.ipynb_checkpoints90 91# IPython92profile_default/93ipython_config.py94 95# pyenv96#   For a library or package, you might want to ignore these files since the code is97#   intended to run in multiple environments; otherwise, check them in:98# .python-version99 100# pipenv101#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.102#   However, in case of collaboration, if having platform-specific dependencies or dependencies103#   having no cross-platform support, pipenv may install dependencies that don't work, or not104#   install all needed dependencies.105#Pipfile.lock106 107# poetry108#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.109#   This is especially recommended for binary packages to ensure reproducibility, and is more110#   commonly ignored for libraries.111#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control112#poetry.lock113 114# pdm115#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.116#pdm.lock117#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it118#   in version control.119#   https://pdm.fming.dev/#use-with-ide120.pdm.toml121 122# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm123__pypackages__/124 125# Celery stuff126celerybeat-schedule127celerybeat.pid128 129# SageMath parsed files130*.sage.py131 132# Environments133.env134.venv135env/136venv/137ENV/138env.bak/139venv.bak/140 141# Spyder project settings142.spyderproject143.spyproject144 145# Rope project settings146.ropeproject147 148# mkdocs documentation149/site150 151# mypy152.mypy_cache/153.dmypy.json154dmypy.json155 156# Pyre type checker157.pyre/158 159# pytype static type analyzer160.pytype/161 162# Cython debug symbols163cython_debug/164 165# PyCharm166#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can167#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore168#  and can be added to the global gitignore or merged into this file.  For a more nuclear169#  option (not recommended) you can uncomment the following to ignore the entire idea folder.170#.idea/171 172 173# vs code174.vscode175*.bin176 177.DS_Store178 179# gpt4all-chat180CMakeLists.txt.user181gpt4all-chat/models/*182build_*183build-*184 185# IntelliJ186.idea/