# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/
.ruff_cache/

# uv
uv.lock

# env
.env
.env.*
!.env.example

# Radar span output (real run data — regenerated, not committed)
data/*.jsonl
!data/.gitkeep

# Generated by examples/toy_agent.py
examples/spans.jsonl

# apexyard session state (per-machine, never committed)
.claude/session/
