# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Tooling
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Generated reports
report.md
report.html
/report/

# Live-mode value-definition sidecars (written at runtime by `serve --data-dir`)
value_config.json
ontology_map.json

# Dashboard build output (built from frontend/, bundled into wheels at release)
src/agent_panorama/static/*
!src/agent_panorama/static/.gitkeep

# Real trace data dropped in for local validation (keep the instructions file)
/traces/*
!/traces/PUT_YOUR_TRACE_HERE.md

# Never commit raw trace exports anywhere in the tree (may contain private data)
trace-*.json
*trace_export*.json

# OS / editors
.DS_Store
.idea/
.vscode/

# Secrets
.env

# Internal business / strategy / marketing docs — never commit
business/
idan_docs/
kog.md
MESSAGE.md
MARKETING.md
CLAUDE.md
claude_docs/

# Local demo / scratch config (not tracked)
demo_config.yaml
