workflow: auto-update cli-commands on release (#6755)

This commit is contained in:
dianed-square
2026-02-12 08:23:47 -08:00
committed by GitHub
parent a00c25c7b5
commit b90484297c
11 changed files with 2517 additions and 0 deletions
@@ -0,0 +1,28 @@
# Output directory - generated files
output/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log