# Secrets -- never commit an API key
.env
.env.*
!.env.example

# nichescan output: downloaded third-party media and transcripts.
# These are other people's content; keep them local.
nichescan-out/
out/
videos/
audio/
segments/
*.mp4
*.wav
*.mp3
transcripts*.jsonl
shortlist*.csv

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
