2021-12-14 14:02:19 +08:00
|
|
|
# Python build
|
2021-08-10 01:48:23 +08:00
|
|
|
.eggs/
|
2021-08-18 02:42:30 +08:00
|
|
|
gradio.egg-info/*
|
|
|
|
!gradio.egg-info/requires.txt
|
2021-08-18 02:45:17 +08:00
|
|
|
!gradio.egg-info/PKG-INFO
|
2021-12-14 14:02:19 +08:00
|
|
|
dist/
|
2018-09-19 22:30:40 +08:00
|
|
|
*.pyc
|
2019-04-19 06:51:15 +08:00
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
2020-12-05 05:02:07 +08:00
|
|
|
build/
|
2021-12-14 14:02:19 +08:00
|
|
|
|
|
|
|
# JS build
|
2021-10-28 02:49:14 +08:00
|
|
|
gradio/templates/frontend/static
|
2022-01-27 10:33:49 +08:00
|
|
|
gradio/templates/frontend/build
|
|
|
|
gradio/templates/frontend/global.css
|
2021-12-14 14:02:19 +08:00
|
|
|
|
|
|
|
# Secrets
|
|
|
|
.env
|
|
|
|
|
|
|
|
# Gradio run artifacts
|
2021-08-18 04:42:07 +08:00
|
|
|
*.db
|
2021-12-14 14:02:19 +08:00
|
|
|
*.sqlite3
|
|
|
|
gradio/launches.json
|
2021-12-28 03:24:42 +08:00
|
|
|
flagged/
|
2021-12-30 16:20:28 +08:00
|
|
|
gradio_cached_examples/
|
2021-12-14 14:02:19 +08:00
|
|
|
|
|
|
|
# Tests
|
|
|
|
.coverage
|
|
|
|
coverage.xml
|
|
|
|
test.txt
|
|
|
|
|
|
|
|
# Demos
|
|
|
|
demo/tmp.zip
|
2021-10-13 03:14:42 +08:00
|
|
|
demo/files/*.avi
|
|
|
|
demo/files/*.mp4
|
2021-12-14 14:02:19 +08:00
|
|
|
|
|
|
|
# Etc
|
|
|
|
.idea/*
|
|
|
|
.DS_Store
|
|
|
|
*.bak
|
|
|
|
workspace.code-workspace
|
|
|
|
*.h5
|