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

# uv
.uv/

# Inspect AI
logs/
.inspect/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Env / secrets
.env
.env.*
*.local

# OS / editor
.DS_Store
.idea/
.vscode/

# Engine run artifacts (transcripts/evidence — may contain sensitive payloads & protected snippets)
runs/
reports/

# Stray agent worktrees (local only)
.claude/worktrees/

# Customer onboarding artifacts: the shipped examples (configs/profiles/*, harness/example-agent/)
# are tracked deliberately. When you onboard a REAL agent, keep its profile + harness private, e.g.:
#   configs/profiles/<your-agent>.yaml
#   harness/<your-agent>/

# Untracked real-agent onboarding output stays private and out of any build.
# The shipped examples remain tracked via the negations below.
harness/*/
!harness/example-agent/
configs/profiles/*.yaml
!configs/profiles/bank-reset.yaml
!configs/profiles/bridge-http-agent.yaml
!configs/profiles/example-agent.yaml
!configs/profiles/example-agent-p10.yaml
!configs/profiles/finance-support-agent.yaml
!configs/profiles/health-records.yaml
!configs/profiles/healthcare-support-agent.yaml
!configs/profiles/model-tier-example.yaml