30 lines
465 B
Plaintext
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/
|