gradio/.gitignore
pngwn ed4f3e4ffd
add snapshot testing (#2438)
* add snapshot testing

* bump ci image

* tweak

* tweak

* fix gitgignore

* fix gitgignore

* dedicated snapshot script

* clean up tests

* tweaks

* fix ci

* fix script

* oops

* fix
2022-10-12 17:30:42 +01:00

47 lines
541 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
**/snapshots/**/*.png
# Demos
demo/tmp.zip
demo/files/*.avi
demo/files/*.mp4
demo/all_demos/demos/*
demo/all_demos/requirements.txt
demo/*/config.json
# Etc
.idea/*
.DS_Store
*.bak
workspace.code-workspace
*.h5
# log files
.pnpm-debug.log