mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19: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
34 lines
304 B
Plaintext
34 lines
304 B
Plaintext
# OS / Editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Env and secrets
|
|
.env
|
|
.env.*
|
|
*.env
|
|
*.secret
|
|
|
|
# Build / dist
|
|
build/
|
|
dist/
|
|
.eggs/
|
|
*.egg-info/
|
|
|
|
# Coverage / test
|
|
.pytest_cache/
|
|
.coverage*
|
|
htmlcov/
|
|
|
|
# Modal local state (if any)
|
|
modal_mounts/
|
|
.modal_cache/
|