media-transcriber/.gitignore
Jarian 0da74d39a0 init: media-transcriber pipeline
- whisper.cpp base.en transcription on RTX 5060 Ti (GPU 1)
- 25,439 videos indexed from /mnt/mediaserver/
- pipeline: ffmpeg extract -> whisper-server infer -> save SRT
- thermal cycle: 45min work / 15min rest
- fixes: curl quotes for spaces, --convert + WorkingDirectory=/tmp
2026-07-07 04:47:18 +00:00

27 lines
207 B
Plaintext

# Virtual env
venv/
.venv/
# Index (25k videos, large)
index.json
index.json.tmp
# Logs
logs/
# Transcripts
transcripts/
# Temp files
*.wav
tmp/
# Python
__pycache__/
*.pyc
*.pyo
# IDE
.vscode/
.idea/