gradio/.gitignore

43 lines
529 B
Plaintext
Raw Normal View History

# 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
dist/
2018-09-19 22:30:40 +08:00
*.pyc
__pycache__/
*.py[cod]
*$py.class
2020-12-05 05:02:07 +08:00
build/
# JS build
gradio/templates/frontend/static
gradio/templates/frontend/build
gradio/templates/frontend/global.css
# Secrets
.env
# Gradio run artifacts
2021-08-18 04:42:07 +08:00
*.db
*.sqlite3
gradio/launches.json
2021-12-28 03:24:42 +08:00
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