# Local private examples — may include copyrighted material from
# third-party sources (BBC, Nat Geo, etc.). Keep out of public repo.
examples/private/

# Real config files contain API keys. Bundled templates live in
# vidwit/templates/ and are SAFE (no keys). The user-populated copy
# lives at ./vidwit.toml or ~/.config/vidwit/vidwit.toml.
/vidwit.toml

# Scratch + intermediate artefacts produced by vidwit runs
.vidwit-tmp/
*.md.part

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

# Editor / OS
.DS_Store
.idea/
.vscode/
