.DS_Store
node_modules/
__pycache__/
*.pyc
.pytest_cache/
.coverage
coverage.xml
htmlcov/
build/
dist/
*.egg-info/

# Local secrets — the plugin's config lives in the user's home folder, never here
.env
*.env

# Docs build output
site/
public/

# Local docs/dev virtualenv
.venv/

# Generated by scripts/build-skill-catalogue.py
docs/skills.md

# Copied from CONTRIBUTING.md by scripts/serve-docs.sh
docs/contributing.md

# Never commit a debugged node's data
*.jlog
*.zip
