mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
* Self-hosted gpu api * Refactor self-hosted api * Rename model api tests * Use lifespan instead of startup event * Fix self hosted imports * Add newlines * Add response models * Move gpu dir to the root * Add project description * Refactor lifespan * Update env var names for model api tests * Preload diarizarion service * Refactor uploaded file paths
39 lines
319 B
Plaintext
39 lines
319 B
Plaintext
cache/
|
|
|
|
# OS / Editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Env and secrets
|
|
.env
|
|
*.env
|
|
*.secret
|
|
HF_TOKEN
|
|
REFLECTOR_GPU_APIKEY
|
|
|
|
# Virtual env / uv
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
uv/
|
|
|
|
# Build / dist
|
|
build/
|
|
dist/
|
|
.eggs/
|
|
*.egg-info/
|
|
|
|
# Coverage / test
|
|
.pytest_cache/
|
|
.coverage*
|
|
htmlcov/
|
|
|
|
# Logs
|
|
*.log
|