# Secrets & credentials
.env
.env.*

# Config with real values (use config.yaml.example as template)
config.yaml

# LLM prompt (proprietary)
prompt.md

# Generated content
episodes/
scripts/
feed.xml
artwork.jpg
cron.log

# Python
.venv/
__pycache__/
*.pyc
.coverage
.pytest_cache/
htmlcov/

# macOS
.DS_Store

# Internal planning docs (not for public repo)
ROADMAP.md
implementation-plan-*.md
private/

# IAM policy staging (review before applying; final JSONs version-tracked in alpha-engine-config/private-docs/morning-signal/iam/)
.iam-staging/
