mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-03 01:50:59 +08:00
9ba043673e
* `Launchable` returns a FastAPI now * Update .gitignore Former-commit-id:ab67ce3dee
[formerlyab67ce3dee
[formerlyab67ce3dee
[formerly94fac2e3df
]]] Former-commit-id: 8f3286222adedac2cab99e7b49375ec0e05c032b Former-commit-id: 03286cf5231b06b024a00b03ca63d01def19df24 Former-commit-id:29e5bfb583
44 lines
490 B
Plaintext
44 lines
490 B
Plaintext
# Python build
|
|
.eggs/
|
|
gradio.egg-info/*
|
|
!gradio.egg-info/requires.txt
|
|
!gradio.egg-info/PKG-INFO
|
|
dist/
|
|
*.pyc
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
build/
|
|
|
|
# JS build
|
|
gradio/templates/frontend
|
|
# Secrets
|
|
.env
|
|
|
|
# Gradio run artifacts
|
|
*.db
|
|
*.sqlite3
|
|
gradio/launches.json
|
|
flagged/
|
|
gradio_cached_examples/
|
|
|
|
# Tests
|
|
.coverage
|
|
coverage.xml
|
|
test.txt
|
|
|
|
# Demos
|
|
demo/tmp.zip
|
|
demo/files/*.avi
|
|
demo/files/*.mp4
|
|
|
|
# Etc
|
|
.idea/*
|
|
.DS_Store
|
|
*.bak
|
|
workspace.code-workspace
|
|
*.h5
|
|
.vscode/
|
|
|
|
# log files
|
|
.pnpm-debug.log |