File size: 512 Bytes
9a942f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

# 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
# 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
.vscode/

# log files
.pnpm-debug.log
venv/
*.db-journal