37 lines
466 B
Plaintext
Executable File
37 lines
466 B
Plaintext
Executable File
node_modules/
|
|
dist/
|
|
build/
|
|
.env
|
|
.env.local
|
|
storage/videos/
|
|
storage/hls/
|
|
storage/frames/
|
|
storage/thumbnails/
|
|
storage/*.db
|
|
*.log
|
|
.DS_Store
|
|
|
|
# 대용량 미디어 파일
|
|
*.MP4
|
|
*.mp4
|
|
*.mkv
|
|
*.avi
|
|
*.mov
|
|
*.webm
|
|
*.srt
|
|
|
|
# 샘플 데이터 (대용량)
|
|
samplevideo/
|
|
|
|
# Python 소스 입력 대용량 파일
|
|
pythonsource/input/*.MP4
|
|
pythonsource/input/*.mp4
|
|
pythonsource/input/*.srt
|
|
|
|
# SQLite WAL/SHM
|
|
storage/*.db-wal
|
|
storage/*.db-shm
|
|
|
|
# cloudflared log
|
|
storage/cloudflared.log
|