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>
37 lines
635 B
Plaintext
37 lines
635 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
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
|
|
|
|
# Build prompt (internal)
|
|
COMPLETE-BUILD-PROMPT.md
|
|
|
|
# Client-specific examples (never commit customer data)
|
|
examples/farma-sa-*
|
|
|
|
# Skill-generated output folders (customer-specific, never commit)
|
|
examples/output-*/
|
|
|
|
# Exported screenshots (temporary)
|
|
examples/*.png
|
|
|
|
# Exported ppts
|
|
examples/*.ppts
|
|
|
|
# Exported diagrams
|
|
examples/*.drawio
|
|
|
|
# Exported YAML files
|
|
examples/*.yaml
|
|
|
|
# Exported PDFfiles
|
|
examples/*.pdf
|
|
examples/*.xlsx
|