gradio/.gitignore

35 lines
426 B
Plaintext
Raw Normal View History

2018-09-19 22:30:40 +08:00
venv
2021-08-10 01:48:23 +08:00
dist/
.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
2018-09-19 22:30:40 +08:00
*.pyc
staticfiles
.env
*.sqlite3
2019-02-17 12:25:18 +08:00
.idea/*
2019-04-29 14:41:31 +08:00
*.ipynb
2019-02-17 12:25:18 +08:00
.ipynb_checkpoints/*
2019-02-19 13:57:24 +08:00
models/*
2019-02-18 09:47:15 +08:00
.models/*
gradio_files/*
2019-02-25 14:45:18 +08:00
ngrok*
2019-03-11 08:28:42 +08:00
examples/ngrok*
gradio-flagged/*
.DS_Store
__pycache__/
*.py[cod]
*$py.class
2020-06-11 02:34:53 +08:00
demo/models/*
2020-07-09 06:09:52 +08:00
*.h5
2020-07-21 22:24:38 +08:00
docs.json
2020-08-22 07:17:11 +08:00
*.bak
2020-09-15 20:16:14 +08:00
demo/tmp.zip
2020-09-22 02:51:39 +08:00
demo/flagged
2020-12-02 03:49:44 +08:00
test.txt
2020-12-05 05:02:07 +08:00
build/
2021-05-25 01:23:08 +08:00
gradio/launches.json
2021-07-22 04:46:15 +08:00
gradio/frontend/static
workspace.code-workspace