Update README structure to include .env, .env.example, .gitignore
This commit is contained in:
@@ -114,6 +114,9 @@ curl http://localhost:8005/health
|
||||
|
||||
```
|
||||
stt-pipeline-v3/
|
||||
├── .env # Конфигурация (секреты, не коммитить!)
|
||||
├── .env.example # Шаблон конфигурации
|
||||
├── .gitignore # Исключения для git
|
||||
├── app.py # FastAPI приложение
|
||||
├── Dockerfile # Контейнеризация
|
||||
├── requirements.txt # Зависимости
|
||||
|
||||
Reference in New Issue
Block a user