# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local virtual environments
.venv/
venv/
env/

# Node.js (deck builder uses pptxgenjs via scripts/build_pitch_deck.js)
node_modules/

# Local runtime data
*.db
*.kuzu/
*.kuzu
scratch/audit/*.jsonl

# OS/editor noise
.DS_Store
artifacts/Agent_Catalog_Master.xlsx
.claude/worktrees/
.claude/scheduled_tasks.lock

# Application logs and local data
.sc4sap/
data/audit/
data/backups/
benchmark_graph.kuzu.wal
~$agent_registry_export.xlsx

# License issuer private key — NEVER commit this
scratch/license_issuer.key

# PPTX render artifacts
slide-*.jpg
model_gym_pitch.pdf
