File size: 196 Bytes
dbf1380
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Ignore environment files
.env
*.env

# Ignore Python virtual environment directory
venv/
myenv/

# Ignore Python compiled files
__pycache__/
*.pyc
*.pyo

# ignore directory
gradio-project-env01/