2021-12-14 14:02:19 +08:00
|
|
|
# Python build
|
2021-08-10 01:48:23 +08:00
|
|
|
.eggs/
|
2022-07-04 21:57:12 +08:00
|
|
|
gradio.egg-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
|
2022-05-16 03:43:36 +08:00
|
|
|
gradio/templates/cdn
|
2022-02-18 21:50:34 +08:00
|
|
|
gradio/templates/frontend
|
2022-05-16 23:45:38 +08:00
|
|
|
|
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
|
2022-08-17 00:07:20 +08:00
|
|
|
demo/all_demos/demos/*
|
|
|
|
demo/all_demos/requirements.txt
|
2021-12-14 14:02:19 +08:00
|
|
|
|
|
|
|
# Etc
|
|
|
|
.idea/*
|
|
|
|
.DS_Store
|
|
|
|
*.bak
|
|
|
|
workspace.code-workspace
|
2022-02-03 18:35:14 +08:00
|
|
|
*.h5
|
|
|
|
|
|
|
|
# log files
|
|
|
|
.pnpm-debug.log
|