# Credentials & secrets
.env

# Python
*.pyc
__pycache__/
.deps-installed
.venv/
.python-bin
bin/

# macOS
.DS_Store

# Node
node_modules/

# User-specific data
playground/drafts.json
playground/current-edit.json
playground/task-status.json
playground/custom-components.json
courses/

# macOS app bundle
Canvas Studio.app/

# Dev worktrees and internal planning
.claude/worktrees/
BUILD-NOTES.md
PROXY-BUILD-PLAN.md
*.mp4
/tmp/wistia_*
.claude/scheduled_tasks.lock
graphify-out/
.playwright-mcp/

# Stray screenshots/banners dropped in repo root (not repo assets)
/*.png
/*.jpg
/*.jpeg

tmp/
