Files
gradio-webrtc/.gitignore
Freddy Boulton bb85e894be Fix python 3.13 (#83)
Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
2025-02-26 09:43:08 -05:00

20 lines
250 B
Plaintext

.eggs/
dist/
*.pyc
__pycache__/
*.py[cod]
*$py.class
__tmp/*
*.pyi
.mypycache
.ruff_cache
node_modules
backend/**/templates/
demo/MobileNetSSD_deploy.caffemodel
demo/MobileNetSSD_deploy.prototxt.txt
demo/scratch
.gradio
.vscode
.DS_Store
test/
.venv*