docs: record rc1 publication dry-run evidence (#1822)

This commit is contained in:
Affaan Mustafa
2026-05-12 16:27:52 -04:00
committed by GitHub
parent 0598af70a5
commit bfacf37715
6 changed files with 148 additions and 21 deletions

View File

@@ -6,3 +6,17 @@ scripts/release.sh
# Plugin dev notes (not needed by consumers)
.claude-plugin/PLUGIN_SCHEMA_NOTES.md
# Python/test cache artifacts are local build byproducts, not runtime surface
__pycache__/
**/__pycache__/
**/__pycache__/**
*.pyc
*.pyo
*.pyd
**/*.pyc
**/*.pyo
**/*.pyd
*$py.class
.pytest_cache/
**/.pytest_cache/**