__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
dist/
build/
.DS_Store

# Claude Code local agent worktrees/state
.claude/

# Secrets — never commit (keys come from env vars only)
.env
.env.*
*.pem
*.key
secrets.json
credentials.json

# Local research / scratch notes (not part of the shipped repo)
claudedocs/

# Local generated media (source clips kept out of the repo)
assets/*.mp4

# MCP server output dir when run inside a project (Claude Code)
nazca-output/

# Dry-run / video plan sidecars written next to outputs (not source)
*.request.json
