Update README structure to include .env, .env.example, .gitignore

This commit is contained in:
alex_z46
2026-08-04 19:44:07 +00:00
parent f39bfadf52
commit f0e875ebc4
+3
View File
@@ -114,6 +114,9 @@ curl http://localhost:8005/health
```
stt-pipeline-v3/
├── .env # Конфигурация (секреты, не коммитить!)
├── .env.example # Шаблон конфигурации
├── .gitignore # Исключения для git
├── app.py # FastAPI приложение
├── Dockerfile # Контейнеризация
├── requirements.txt # Зависимости