# Ignore logs, cache, and session data
logs/
cache/
session.jsonl
sessions/
.needs-doctor
.needs-doctor-agent

# Ignore agent instance state (ephemeral, per-user)
agent_instances/

# Ignore local-only config (sync state, machine-specific)
config.local.toml

# Ignore local symlinks to user-directory data
ledger
teams/

# Keep core files (committed to git)
!README.md
!config.json
!discovered.jsonl
!offline/
