PS_AI_Agent/.gitignore
j.foucher 1b7202603f Add PowerPoint documentation and update .gitignore
- PS_AI_Agent_ElevenLabs_Documentation.pptx: 20-slide dark-themed presentation
  covering overview, installation, quick start (BP + C++), component reference,
  data types, turn modes, security, audio pipeline, patterns, troubleshooting.
- .gitignore: exclude generate_pptx.py (dev tool, not needed in repo)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-19 13:14:33 +01:00

21 lines
617 B
Plaintext

Unreal/PS_AI_Agent/.vsconfig
Unreal/PS_AI_Agent/.vs/
Unreal/PS_AI_Agent/Binaries/
Unreal/PS_AI_Agent/Intermediate/
Unreal/PS_AI_Agent/Saved/
ConvAI/Convai/Binaries/
# All plugin build artifacts (Binaries + Intermediate for any plugin)
Unreal/PS_AI_Agent/Plugins/*/Binaries/
Unreal/PS_AI_Agent/Plugins/*/Intermediate/
# UE5 generated solution files
Unreal/PS_AI_Agent/*.sln
Unreal/PS_AI_Agent/*.suo
# Claude Code local session settings (machine-specific, memory files in .claude/ are kept)
.claude/settings.local.json
# Documentation generator script (dev tool, output .pptx is committed instead)
generate_pptx.py