Files
oci-deal-accelerator/.gitignore
root 01baff1f5b 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>
2026-04-20 10:57:02 -03:00

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