first commit

This commit is contained in:
2026-08-15 14:43:56 +08:00
commit 63b8c28e1d
340 changed files with 59515 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Python
__pycache__/
*.pyc
*.swp
*.egg-info/
build/
dist/
.venv/
venv/
# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
# Editors / OS
.DS_Store
.idea/
.vscode/
# Project outputs
infer_output/
smoke_accel/
downloaded_data
pretrained_models
tmp_*
temp_*
debug_*
apps/gradio/*.log
# Audio outputs (keep Gradio's bundled default prompts)
*wav
!apps/gradio/default_prompts/
!apps/gradio/default_prompts/*.wav