mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
8e24d5d646
* Add step to deploy to spaces on release * Import package not modules * Lint * Hacky solution * Add app file * Github actions script * Fix bucket url * Update versioning * Fic typo in script * Change path * Fix quote * Clean up action * Fix keys * Formatting + comment * Fix all_demo creation * lint ui * Get latest pypi version and use only 20 demos * Test version change works correctly * Fix gradio version * Fix typo * Use github sha to rebuild on every commit * Get sha the proper way * Change where env is accessed * Fix typo in cp * Undo changes to version.txt * Add matrix transpose
45 lines
500 B
Plaintext
45 lines
500 B
Plaintext
# Python build
|
|
.eggs/
|
|
gradio.egg-info
|
|
dist/
|
|
*.pyc
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
build/
|
|
|
|
# JS build
|
|
gradio/templates/cdn
|
|
gradio/templates/frontend
|
|
|
|
# Secrets
|
|
.env
|
|
|
|
# Gradio run artifacts
|
|
*.db
|
|
*.sqlite3
|
|
gradio/launches.json
|
|
flagged/
|
|
gradio_cached_examples/
|
|
|
|
# Tests
|
|
.coverage
|
|
coverage.xml
|
|
test.txt
|
|
|
|
# Demos
|
|
demo/tmp.zip
|
|
demo/files/*.avi
|
|
demo/files/*.mp4
|
|
demo/all_demos/demos/*
|
|
demo/all_demos/requirements.txt
|
|
|
|
# Etc
|
|
.idea/*
|
|
.DS_Store
|
|
*.bak
|
|
workspace.code-workspace
|
|
*.h5
|
|
|
|
# log files
|
|
.pnpm-debug.log |