mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
0cecff4672
* implement form grouping * demo to showcase form groups * cleanup * apply tw classes for custom classes Co-authored-by: Victor Muštar <victor.mustar@gmail.com> * fix formatting * ignore index.html * fix gitignore * fix gitignore * fix gitignore Co-authored-by: Victor Muštar <victor.mustar@gmail.com>
43 lines
481 B
Plaintext
43 lines
481 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
|
|
|
|
# log files
|
|
.pnpm-debug.log |