mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 17:39:23 +08:00
* Proof-of-concept: unittests * Add pytest-asyncio dep * Import Body from stream * Add test for allow_extra_tracks * Cleanup decorators * add test to linting * fix ruff issues * Run formatter * fix * Dont test every python version --------- Co-authored-by: Marcus Valtonen Örnhag <marcus.valtonen.ornhag@ericsson.com> Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
20 lines
228 B
Plaintext
20 lines
228 B
Plaintext
.eggs/
|
|
dist/
|
|
*.pyc
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
__tmp/*
|
|
*.pyi
|
|
.mypycache
|
|
.ruff_cache
|
|
node_modules
|
|
demo/MobileNetSSD_deploy.caffemodel
|
|
demo/MobileNetSSD_deploy.prototxt.txt
|
|
demo/scratch
|
|
.gradio
|
|
.vscode
|
|
.DS_Store
|
|
.venv*
|
|
.env
|