# Local secrets and environment files
.env
*.env

# Git metadata and local package manager state
.git/
.gitignore
.github/
node_modules/
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Generated workflow outputs and temp runtime data
workflow/
runtime/
workflow-core/runtime/
workflow-core/docs/
workflow-core/assets/
workflow-core/storyboards/
workflow-core/deliverables/
workflow-core/scripts/episode-01.md
workflow-core/.venv/
workflow-core/.venv/**
workflow-core/_packages/
workflow-core/_packages/**
workflow-core/**/__pycache__/
workflow-core/_packages/**/__pycache__/
workflow-core/_packages/**/scripts/__pycache__/
workflow-core/_packages/**/scripts/__pycache__/**

# OS/editor noise
.DS_Store
Thumbs.db
