Files
gradio-webrtc/.gitignore
2025-04-01 16:04:53 +08:00

25 lines
272 B
Plaintext

.eggs/
dist/*.gz
*.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/
.env
.vscode/*
.venv*