Ship Oracle FY26 PPTX template in repo so MCP server finds it

The 13MB template was caught by the global *.pptx ignore rule, leaving
generate_deck failing with "Template not found" in any environment that
builds from a fresh clone (MCP server container included). Whitelist it
alongside the existing sample-output exception.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
root
2026-04-20 10:57:02 -03:00
parent aaf0ecc548
commit 01baff1f5b
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ __pycache__/
output/
*.pptx
!examples/sample-output/*.pptx
!templates/Oracle_PPT-template_FY26.pptx
# OCI Toolkit binary (download from Oracle, don't commit)
kb/diagram/OCI Library.xml

Binary file not shown.