Upload files to "/"

This commit is contained in:
2026-04-23 16:22:48 +00:00
parent 7a06dd6ce1
commit df25a8efa6
5 changed files with 418 additions and 0 deletions

173
.gitignore vendored Normal file
View File

@@ -0,0 +1,173 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
!packages/transcript-rendering/dist/
downloads/
eggs/
.eggs/
lib/
!services/dashboard/src/lib/
!tests3/lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
!deploy/env-example
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Project specific
model_weights/
*.pt
*.pth
# Node
node_modules/
# Docker
.docker/
docker-volumes/
.last-tag
hub/
*.mp3
# Service directories that should not be tracked
services/vexa-bot-zoom-sdk/
# Image files
*.png
# WhisperLive optimization outputs
data/
results/
test_data/
*.wav
!tests/testdata/test-speech-en.wav
*.webm
*.mp4
*.txt
!**/requirements.txt
manifest.csv
docker-compose.override.yml
.env.test
hub
test.log
.worktrees/
secrets/
# tests3: per-deployment state (VM IPs, tokens, kubeconfigs, per-run reports).
# Credentials live here. Never commit.
tests3/.state
tests3/.state-lite
tests3/.state-compose
tests3/.state-helm
tests3/.current-stage