chore: 데이터·비밀값 Git 추적 제외

resources 오디오, .env, 로그, __pycache__를 제거하고 .gitignore 추가.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-05-27 02:00:55 +09:00
parent 326b749ca8
commit 871307837b
10 changed files with 11 additions and 7 deletions

7
.env
View File

@@ -1,7 +0,0 @@
DB_HOST=ncue.net
DB_PORT=5432
DB_NAME=tts
DB_USER=ncue
DB_PASSWORD=ncue5004!
TTS_ENGINE=mms
MMS_MODEL=facebook/mms-tts-kor

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
.venv/
__pycache__/
*.pyc
.DS_Store
.env
*.log
# TTS 생성 오디오·업로드 데이터 (Git 제외)
resources/*
!resources/.gitkeep

0
resources/.gitkeep Normal file
View File

Binary file not shown.

Binary file not shown.

Binary file not shown.