# 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/

# 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

# Personal docs (not tracked)
idan_docs/
kog.md
MESSAGE.md
claude_docs/
