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

# Virtual environments
.venv/
.conda/
venv/

# Agents
.claude/
CLAUDE.md

# Skill files regenerated by build_release.py (library snapshot synced
# from the installed cascade-cms-rest; allowlist copied from mcp/)
skill/cascade-script-writer/cascade_cms/
skill/cascade-script-writer/references/blocked_asset_types.json

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

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

# Editors
.vscode/
.idea/

# OS
.DS_Store
