ssulbox/.gitignore
jwkim 9ab618db10 init: 썰박스(SSULBOX) 마케팅 쇼츠 플랫폼
- frontend: React+Vite+TS+Tailwind (모바일 우선 인스타형 피드/뷰어/채널)
- backend: FastAPI + SQLAlchemy async + SQLite, 카카오 로그인/유튜브 연동/크레딧
- generator: 네이버 크롤 기반 AI 쇼츠 생성기(애니메이션 3종)
- 시크릿(.env)·DB·node_modules·output·bgm 은 커밋 제외

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 14:55:47 +09:00

30 lines
465 B
Plaintext

# node
frontend/node_modules/
frontend/dist/
# python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
# env (실 키는 커밋하지 않음 — .env.example 만 커밋)
.env
.env.*
!.env.example
# 개발용 DB
backend/ssulbox.db
# 생성 산출물(영상)·크롤 캐시 — 커밋하지 않음
backend/generator/output/
backend/generator/**/load_image/
# 공유 BGM 에셋(용량 큼) — git 대신 별도 배포
backend/generator/bgm/
# misc
.DS_Store
_s/