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

# Virtual environments
.venv/
venv/

# Agents
.claude/
CLAUDE.md

# intermediate skill files (regenerated from the tracked .skill zip)
skill/cascade-script-writer/

# Cache
cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environment / secrets
.env
mcp/tests/output.txt

# Editors
.vscode/
.idea/

# OS
.DS_Store
