chore: 데이터·비밀값 Git 추적 제외
resources 오디오, .env, 로그, __pycache__를 제거하고 .gitignore 추가. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
7
.env
7
.env
@@ -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
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
|
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# TTS 생성 오디오·업로드 데이터 (Git 제외)
|
||||||
|
resources/*
|
||||||
|
!resources/.gitkeep
|
||||||
0
resources/.gitkeep
Normal file
0
resources/.gitkeep
Normal file
Binary file not shown.
Binary file not shown.
BIN
server.log
BIN
server.log
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user