diff --git a/.env b/.env deleted file mode 100644 index d741a33..0000000 --- a/.env +++ /dev/null @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d132a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.venv/ +__pycache__/ +*.pyc +.DS_Store +.env + +*.log + +# TTS 생성 오디오·업로드 데이터 (Git 제외) +resources/* +!resources/.gitkeep diff --git a/resources/.gitkeep b/resources/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/resources/tts_23_20260130_213334.mp3 b/resources/tts_23_20260130_213334.mp3 deleted file mode 100644 index 5856020..0000000 Binary files a/resources/tts_23_20260130_213334.mp3 and /dev/null differ diff --git a/resources/tts_24_20260130_213410.mp3 b/resources/tts_24_20260130_213410.mp3 deleted file mode 100644 index 422e000..0000000 Binary files a/resources/tts_24_20260130_213410.mp3 and /dev/null differ diff --git a/server.log b/server.log deleted file mode 100644 index 28684bc..0000000 Binary files a/server.log and /dev/null differ diff --git a/server/__pycache__/__init__.cpython-311.pyc b/server/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8f459e3..0000000 Binary files a/server/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/server/__pycache__/db.cpython-311.pyc b/server/__pycache__/db.cpython-311.pyc deleted file mode 100644 index 1b0e1f3..0000000 Binary files a/server/__pycache__/db.cpython-311.pyc and /dev/null differ diff --git a/server/__pycache__/main.cpython-311.pyc b/server/__pycache__/main.cpython-311.pyc deleted file mode 100644 index aa9e2ec..0000000 Binary files a/server/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/server/__pycache__/tts_service.cpython-311.pyc b/server/__pycache__/tts_service.cpython-311.pyc deleted file mode 100644 index 60b7a6f..0000000 Binary files a/server/__pycache__/tts_service.cpython-311.pyc and /dev/null differ