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

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/

# Internal launch/strategy/planning notes — kept local, not shipped.
DISTRIBUTION.md
UPGRADE-PLAN.md

# VS Code extension build artifacts (the bundled server copy is generated at
# package time by vscode:prepublish; the .vsix is a build output)
vscode-extension/claude_theater.py
vscode-extension/*.vsix
