kaushikpaul/Open-WebUI-Surplus
0
1# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,intellij+all,linux,macos,windows,python2# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,intellij+all,linux,macos,windows,python3 4### Intellij+all ###5# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider6# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/2065448397 8# User-specific stuff9.idea/**/workspace.xml10.idea/**/tasks.xml11.idea/**/usage.statistics.xml12.idea/**/dictionaries13.idea/**/shelf14 15# AWS User-specific16.idea/**/aws.xml17 18# Generated files19.idea/**/contentModel.xml20 21# Sensitive or high-churn files22.idea/**/dataSources/23.idea/**/dataSources.ids24.idea/**/dataSources.local.xml25.idea/**/sqlDataSources.xml26.idea/**/dynamic.xml27.idea/**/uiDesigner.xml28.idea/**/dbnavigator.xml29 30# Gradle31.idea/**/gradle.xml32.idea/**/libraries33 34# Gradle and Maven with auto-import35# When using Gradle or Maven with auto-import, you should exclude module files,36# since they will be recreated, and may cause churn. Uncomment if using37# auto-import.38# .idea/artifacts39# .idea/compiler.xml40# .idea/jarRepositories.xml41# .idea/modules.xml42# .idea/*.iml43# .idea/modules44# *.iml45# *.ipr46 47# CMake48cmake-build-*/49 50# Mongo Explorer plugin51.idea/**/mongoSettings.xml52 53# File-based project format54*.iws55 56# IntelliJ57out/58 59# mpeltonen/sbt-idea plugin60.idea_modules/61 62# JIRA plugin63atlassian-ide-plugin.xml64 65# Cursive Clojure plugin66.idea/replstate.xml67 68# SonarLint plugin69.idea/sonarlint/70 71# Crashlytics plugin (for Android Studio and IntelliJ)72com_crashlytics_export_strings.xml73crashlytics.properties74crashlytics-build.properties75fabric.properties76 77# Editor-based Rest Client78.idea/httpRequests79 80# Android studio 3.1+ serialized cache file81.idea/caches/build_file_checksums.ser82 83### Intellij+all Patch ###84# Ignore everything but code style settings and run configurations85# that are supposed to be shared within teams.86 87.idea/*88 89!.idea/codeStyles90!.idea/runConfigurations91 92### Linux ###93*~94 95# temporary files which can be created if a process still has a handle open of a deleted file96.fuse_hidden*97 98# KDE directory preferences99.directory100 101# Linux trash folder which might appear on any partition or disk102.Trash-*103 104# .nfs files are created when an open file is removed but is still being accessed105.nfs*106 107### macOS ###108# General109.DS_Store110.AppleDouble111.LSOverride112 113# Icon must end with two \r114Icon115 116 117# Thumbnails118._*119 120# Files that might appear in the root of a volume121.DocumentRevisions-V100122.fseventsd123.Spotlight-V100124.TemporaryItems125.Trashes126.VolumeIcon.icns127.com.apple.timemachine.donotpresent128 129# Directories potentially created on remote AFP share130.AppleDB131.AppleDesktop132Network Trash Folder133Temporary Items134.apdisk135 136### macOS Patch ###137# iCloud generated files138*.icloud139 140### Python ###141# Byte-compiled / optimized / DLL files142__pycache__/143*.py[cod]144*$py.class145 146# C extensions147*.so148 149# Distribution / packaging150.Python151build/152develop-eggs/153dist/154downloads/155eggs/156.eggs/157lib/158lib64/159parts/160sdist/161var/162wheels/163share/python-wheels/164*.egg-info/165.installed.cfg166*.egg167MANIFEST168 169# PyInstaller170# Usually these files are written by a python script from a template171# before PyInstaller builds the exe, so as to inject date/other infos into it.172*.manifest173*.spec174 175# Installer logs176pip-log.txt177pip-delete-this-directory.txt178 179# Unit test / coverage reports180htmlcov/181.tox/182.nox/183.coverage184.coverage.*185.cache186nosetests.xml187coverage.xml188*.cover189*.py,cover190.hypothesis/191.pytest_cache/192cover/193 194# Translations195*.mo196*.pot197 198# Django stuff:199*.log200local_settings.py201db.sqlite3202db.sqlite3-journal203 204# Flask stuff:205instance/206.webassets-cache207 208# Scrapy stuff:209.scrapy210 211# Sphinx documentation212docs/_build/213 214# PyBuilder215.pybuilder/216target/217 218# Jupyter Notebook219.ipynb_checkpoints220 221# IPython222profile_default/223ipython_config.py224 225# pyenv226# For a library or package, you might want to ignore these files since the code is227# intended to run in multiple environments; otherwise, check them in:228# .python-version229 230# pipenv231# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.232# However, in case of collaboration, if having platform-specific dependencies or dependencies233# having no cross-platform support, pipenv may install dependencies that don't work, or not234# install all needed dependencies.235#Pipfile.lock236 237# poetry238# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.239# This is especially recommended for binary packages to ensure reproducibility, and is more240# commonly ignored for libraries.241# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control242#poetry.lock243 244# pdm245# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.246#pdm.lock247# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it248# in version control.249# https://pdm.fming.dev/#use-with-ide250.pdm.toml251 252# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm253__pypackages__/254 255# Celery stuff256celerybeat-schedule257celerybeat.pid258 259# SageMath parsed files260*.sage.py261 262# Environments263.env264.venv265env/266venv/267ENV/268env.bak/269venv.bak/270 271# Spyder project settings272.spyderproject273.spyproject274 275# Rope project settings276.ropeproject277 278# mkdocs documentation279/site280 281# mypy282.mypy_cache/283.dmypy.json284dmypy.json285 286# Pyre type checker287.pyre/288 289# pytype static type analyzer290.pytype/291 292# Cython debug symbols293cython_debug/294 295# PyCharm296# JetBrains specific template is maintained in a separate JetBrains.gitignore that can297# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore298# and can be added to the global gitignore or merged into this file. For a more nuclear299# option (not recommended) you can uncomment the following to ignore the entire idea folder.300#.idea/301 302### Python Patch ###303# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration304poetry.toml305 306# ruff307.ruff_cache/308 309# LSP config files310pyrightconfig.json311 312### VisualStudioCode ###313.vscode/*314!.vscode/settings.json315!.vscode/tasks.json316!.vscode/launch.json317!.vscode/extensions.json318!.vscode/*.code-snippets319 320# Local History for Visual Studio Code321.history/322 323# Built Visual Studio Code Extensions324*.vsix325 326### VisualStudioCode Patch ###327# Ignore all local history of files328.history329.ionide330 331### Windows ###332# Windows thumbnail cache files333Thumbs.db334Thumbs.db:encryptable335ehthumbs.db336ehthumbs_vista.db337 338# Dump file339*.stackdump340 341# Folder config file342[Dd]esktop.ini343 344# Recycle Bin used on file shares345$RECYCLE.BIN/346 347# Windows Installer files348*.cab349*.msi350*.msix351*.msm352*.msp353 354# Windows shortcuts355*.lnk356 357# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,intellij+all,linux,macos,windows,python358/sdk_metadata.txt359 360# Preserve the complete upstream source, including its src/lib tree.361!main/upstream/**/362!main/upstream/**363# Generated and sensitive files never belong in the snapshot.364.env.*365!.env.example366**/.env367**/.env.*368**/node_modules/369**/.venv/370**/__pycache__/371**/*.pyc372**/.pytest_cache/373**/.svelte-kit/374**/build/375**/backend/data/376**/static/pyodide/377**/test-results/378**/playwright-report/379**/*.log380main/.local-data/381backups/382 