CoolFace
Apppublic

ychappyboy/open-webui

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.gitignore310 linesDownload Raw Back to root
1.DS_Store2node_modules3/build4/.svelte-kit5/package6.env7.env.*8!.env.example9vite.config.js.timestamp-*10vite.config.ts.timestamp-*11# Byte-compiled / optimized / DLL files12__pycache__/13*.py[cod]14*$py.class15 16# C extensions17*.so18 19# Pyodide distribution20static/pyodide/*21!static/pyodide/pyodide-lock.json22 23# Distribution / packaging24.Python25build/26develop-eggs/27dist/28downloads/29eggs/30.eggs/31lib64/32parts/33sdist/34var/35wheels/36share/python-wheels/37*.egg-info/38.installed.cfg39*.egg40MANIFEST41 42# PyInstaller43#  Usually these files are written by a python script from a template44#  before PyInstaller builds the exe, so as to inject date/other infos into it.45*.manifest46*.spec47 48# Installer logs49pip-log.txt50pip-delete-this-directory.txt51 52# Unit test / coverage reports53htmlcov/54.tox/55.nox/56.coverage57.coverage.*58.cache59nosetests.xml60coverage.xml61*.cover62*.py,cover63.hypothesis/64.pytest_cache/65cover/66 67# Translations68*.mo69*.pot70 71# Django stuff:72*.log73local_settings.py74db.sqlite375db.sqlite3-journal76 77# Flask stuff:78instance/79.webassets-cache80 81# Scrapy stuff:82.scrapy83 84# Sphinx documentation85docs/_build/86 87# PyBuilder88.pybuilder/89target/90 91# Jupyter Notebook92.ipynb_checkpoints93 94# IPython95profile_default/96ipython_config.py97 98# pyenv99#   For a library or package, you might want to ignore these files since the code is100#   intended to run in multiple environments; otherwise, check them in:101# .python-version102 103# pipenv104#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.105#   However, in case of collaboration, if having platform-specific dependencies or dependencies106#   having no cross-platform support, pipenv may install dependencies that don't work, or not107#   install all needed dependencies.108#Pipfile.lock109 110# poetry111#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.112#   This is especially recommended for binary packages to ensure reproducibility, and is more113#   commonly ignored for libraries.114#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control115#poetry.lock116 117# pdm118#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.119#pdm.lock120#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it121#   in version control.122#   https://pdm.fming.dev/#use-with-ide123.pdm.toml124 125# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm126__pypackages__/127 128# Celery stuff129celerybeat-schedule130celerybeat.pid131 132# SageMath parsed files133*.sage.py134 135# Environments136.env137.venv138env/139venv/140ENV/141env.bak/142venv.bak/143 144# Spyder project settings145.spyderproject146.spyproject147 148# Rope project settings149.ropeproject150 151# mkdocs documentation152/site153 154# mypy155.mypy_cache/156.dmypy.json157dmypy.json158 159# Pyre type checker160.pyre/161 162# pytype static type analyzer163.pytype/164 165# Cython debug symbols166cython_debug/167 168# PyCharm169#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can170#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore171#  and can be added to the global gitignore or merged into this file.  For a more nuclear172#  option (not recommended) you can uncomment the following to ignore the entire idea folder.173.idea/174 175# Logs176logs177*.log178npm-debug.log*179yarn-debug.log*180yarn-error.log*181lerna-debug.log*182.pnpm-debug.log*183 184# Diagnostic reports (https://nodejs.org/api/report.html)185report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json186 187# Runtime data188pids189*.pid190*.seed191*.pid.lock192 193# Directory for instrumented libs generated by jscoverage/JSCover194lib-cov195 196# Coverage directory used by tools like istanbul197coverage198*.lcov199 200# nyc test coverage201.nyc_output202 203# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)204.grunt205 206# Bower dependency directory (https://bower.io/)207bower_components208 209# node-waf configuration210.lock-wscript211 212# Compiled binary addons (https://nodejs.org/api/addons.html)213build/Release214 215# Dependency directories216node_modules/217jspm_packages/218 219# Snowpack dependency directory (https://snowpack.dev/)220web_modules/221 222# TypeScript cache223*.tsbuildinfo224 225# Optional npm cache directory226.npm227 228# Optional eslint cache229.eslintcache230 231# Optional stylelint cache232.stylelintcache233 234# Microbundle cache235.rpt2_cache/236.rts2_cache_cjs/237.rts2_cache_es/238.rts2_cache_umd/239 240# Optional REPL history241.node_repl_history242 243# Output of 'npm pack'244*.tgz245 246# Yarn Integrity file247.yarn-integrity248 249# dotenv environment variable files250.env251.env.development.local252.env.test.local253.env.production.local254.env.local255 256# parcel-bundler cache (https://parceljs.org/)257.cache258.parcel-cache259 260# Next.js build output261.next262out263 264# Nuxt.js build / generate output265.nuxt266dist267 268# Gatsby files269.cache/270# Comment in the public line in if your project uses Gatsby and not Next.js271# https://nextjs.org/blog/next-9-1#public-directory-support272# public273 274# vuepress build output275.vuepress/dist276 277# vuepress v2.x temp and cache directory278.temp279.cache280 281# Docusaurus cache and generated files282.docusaurus283 284# Serverless directories285.serverless/286 287# FuseBox cache288.fusebox/289 290# DynamoDB Local files291.dynamodb/292 293# TernJS port file294.tern-port295 296# Stores VSCode versions used for testing VSCode extensions297.vscode-test298 299# yarn v2300.yarn/cache301.yarn/unplugged302.yarn/build-state.yml303.yarn/install-state.gz304.pnp.*305 306# cypress artifacts307cypress/videos308cypress/screenshots309.vscode/settings.json310