# Build output
dist/

# Node
node_modules/

# Large media artifacts (test/demo files — never commit raw video/audio to the repo)
# Exception: src/__fixtures__/ is allowed (small synthetic files for unit tests)
*.wav
*.mov
*.mp4
*.edl
*.json.gz
# Transcript/EDL output files in the package root (not in src/)
king_*.json
*_transcript.json
*_filler_cut.edl
*_combined_clean.edl

# OS / editor
.DS_Store
*.swp
