File size: 486 Bytes
0ad74ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
# 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/static
gradio/templates/frontend/cdn
# Secrets
.env
# Gradio run artifacts
*.db
*.sqlite3
gradio/launches.json
gradio/hash_seed.txt
# Tests
.coverage
coverage.xml
test.txt
# Demos
demo/tmp.zip
demo/flagged
demo/files/*.avi
demo/files/*.mp4
# Etc
.idea/*
.DS_Store
*.bak
workspace.code-workspace |