File size: 1,328 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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# Python build
.eggs/
gradio.egg-info
dist/
dist-lite/
*.pyc
__pycache__/
*.py[cod]
*$py.class
build/
!js/build/
!js/build/dist/
__tmp/*
*.pyi
!gradio/stubs/**/*.pyi
py.typed
.ipynb_checkpoints/
.python-version
=23.2
# JS build
gradio/templates/*
gradio/node/*
gradio/_frontend_code/*
js/gradio-preview/test/*
# Secrets
.env
# Gradio run artifacts
*.db
*.sqlite3
gradio/launches.json
gradio/hash_seed.txt
.gradio/
tmp.zip
# Tests
.coverage
coverage.xml
test.txt
**/snapshots/**/*.png
playwright-report/
.hypothesis
.lite-perf.json
# Demos
demo/tmp.zip
demo/files/*.avi
demo/files/*.mp4
demo/all_demos/demos/*
demo/all_demos/requirements.txt
demo/*/config.json
demo/annotatedimage_component/*.png
demo/fake_diffusion_with_gif/*.gif
demo/cancel_events/cancel_events_output_log.txt
demo/unload_event_test/output_log.txt
demo/stream_video_out/output_*.ts
demo/stream_video_out/output_*.mp4
demo/stream_audio_out/*.mp3
# Etc
.idea/*
.DS_Store
*.bak
workspace.code-workspace
*.h5
# dev containers
.pnpm-store/
# log files
.pnpm-debug.log
# Local virtualenv for devs
.venv*
# FRP
gradio/frpc_*
.vercel
# js
node_modules
public/build/
test-results
client/js/dist/*
client/js/test.js
.config/test.py
.svelte-kit
# storybook
storybook-static
build-storybook.log
js/storybook/theme.css
# playwright
.config/playwright/.cache |