chore: 데이터·비밀값 Git 추적 제외
resources 오디오, .env, 로그, __pycache__를 제거하고 .gitignore 추가. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user