# Built artifacts (produced by plugin/build.sh)
/dist/

# Self-contained skill bundle (produced by install.sh from cli/ and plugin/)
/skill/scripts/

# OS / editor cruft
.DS_Store
*.swp

# Python
__pycache__/
*.pyc
*.egg-info/
.venv/

# Website (Astro Starlight)
/web/node_modules/
/web/dist/
/web/.astro/

# Release scratch
/release-assets/

# Local-only: not committed, not on GitHub
/dev-docs/
/marketing/

# skill-creator eval workspace (artefactos + backup)
/zotero-workspace/
