mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
39 lines
435 B
Plaintext
39 lines
435 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/static
|
||
|
|
||
|
# Secrets
|
||
|
.env
|
||
|
|
||
|
# Gradio run artifacts
|
||
|
*.db
|
||
|
*.sqlite3
|
||
|
gradio/launches.json
|
||
|
|
||
|
# Tests
|
||
|
.coverage
|
||
|
coverage.xml
|
||
|
test.txt
|
||
|
|
||
|
# Demos
|
||
|
demo/tmp.zip
|
||
|
demo/flagged
|
||
|
demo/files/*.avi
|
||
|
demo/files/*.mp4
|
||
|
|
||
|
# Etc
|
||
|
.idea/*
|
||
|
.DS_Store
|
||
|
*.bak
|
||
|
workspace.code-workspace
|