resources 오디오, .env, 로그, __pycache__를 제거하고 .gitignore 추가. Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
.env
|
|
|
|
*.log
|
|
|
|
# TTS 생성 오디오·업로드 데이터 (Git 제외)
|
|
resources/*
|
|
!resources/.gitkeep
|