adf0d17497
publish / version_or_publish (push) Waiting to run
storybook-build / changes (push) Waiting to run
storybook-build / :storybook-build (push) Blocked by required conditions
Sync Gradio Skills to Hugging Face / sync-skills (push) Waiting to run
functional / changes (push) Waiting to run
functional / build-frontend (push) Blocked by required conditions
functional / functional-test-SSR=false (push) Blocked by required conditions
functional / functional-reload (push) Blocked by required conditions
functional / functional-test-SSR=true (push) Blocked by required conditions
hygiene / hygiene-test (push) Waiting to run
python / changes (push) Waiting to run
python / build (push) Blocked by required conditions
python / test-ubuntu-latest-flaky (push) Blocked by required conditions
python / test-ubuntu-latest-not-flaky (push) Blocked by required conditions
python / test-windows-latest-flaky (push) Blocked by required conditions
python / test-windows-latest-not-flaky (push) Blocked by required conditions
js / changes (push) Waiting to run
js / js-test (push) Blocked by required conditions
docs-build / changes (push) Waiting to run
docs-build / docs-build (push) Blocked by required conditions
docs-build / website-build (push) Blocked by required conditions
111 lines
1.5 KiB
Plaintext
111 lines
1.5 KiB
Plaintext
# Python build
|
|
.eggs/
|
|
gradio.egg-info
|
|
dist/
|
|
*.pyc
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
build/
|
|
!js/build/
|
|
!js/build/dist/
|
|
__tmp/*
|
|
*.pyi
|
|
!gradio/stubs/**/*.pyi
|
|
.ipynb_checkpoints/
|
|
.python-version
|
|
=23.2
|
|
|
|
# JS build
|
|
gradio/templates/*
|
|
gradio/node/*
|
|
gradio/_frontend_code/*
|
|
js/gradio-preview/test/*
|
|
**/dist/**/*.d.ts
|
|
|
|
# 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
|
|
|
|
# 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
|
|
test-demo/*
|
|
#demo/image_editor_story/*.png
|
|
|
|
# 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
|
|
*storybook.log
|
|
|
|
# playwright
|
|
.config/playwright/.cache
|
|
|
|
*.local.*
|
|
.claude/settings.local
|
|
CLAUDE.md
|
|
.sonda/
|
|
|
|
# docs upload
|
|
scripts/docs.json
|
|
tmp_input
|
|
.claude/scheduled_tasks.lock
|