Spaces:
Sleeping
Sleeping
File size: 326 Bytes
1272949 5dc1fdf df34abb |
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 |
# Python virtual environment
venv/
.venv/
# Compiled Python files
*.pyc
# Logs
*.log
# Gradio app output files
output/
flagged/
# IDE and editor files
.vscode/
.idea/
*.iml
# Dependency directories
__pycache__/
dist/
build/
api-test.py
client-test.py
encoded-image.txt
ewok-and-egg.jpg
writedata.py
# Certificates
*.pem
|