gradio/.gitignore
pngwn 5ba2e06e69
Tweaks (#1230)
* tweaks

* tweaks

* tweak loader dark mode

* gallery tweaks
2022-05-12 19:24:28 +01:00

44 lines
518 B
Plaintext

# 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
gradio/templates/frontend/index.html
# 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
# Etc
.idea/*
.DS_Store
*.bak
workspace.code-workspace
*.h5
# log files
.pnpm-debug.log