컷별 댓글 추천 작업을 태스크 단위로 되돌릴 수 있게 버전관리를 시작한다. .gitignore 로 영상·캐시(.downloads 2.7G, .comments 72M, .media 28M)와 비밀키(.gemini_key)를 제외했다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
18 lines
272 B
Plaintext
18 lines
272 B
Plaintext
# 비밀키 — 절대 커밋 금지
|
|
.gemini_key
|
|
|
|
# 작업 산출물·캐시 (용량이 크고 재생성됨)
|
|
.downloads/
|
|
.comments/
|
|
.uploads/
|
|
.media/
|
|
.cache/
|
|
댓글카드/
|
|
|
|
# 파이썬
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# 서브에이전트 작업 공간 (superpowers SDD)
|
|
.superpowers/
|