.venv/
__pycache__/
.env
fonts/*
!fonts/*.ttf

*.mp4
*.mov
*.mkv
*.webm
*.mp3

# Keep the JSON artefacts, drop the media. transcript.json cost real money and every Gemini
# analysis is a fresh draw — re-running it does NOT give yesterday's segments back.
# Note: `output/` alone would exclude the directory outright and git would never descend into
# it, so the negations below could never match. Ignore the *contents*, then re-include.
output/*
!output/*.json
