# SQLite database
myco.db*
vectors.db*

# Daemon state — per-machine, ephemeral
daemon.json
buffer/
logs/

# Secrets — API keys for cloud providers
secrets.env

# Machine ID
machine_id

# Update tracking — per-machine state
last-update-version
restart-reason.json

# Binary attachments — screenshots captured from transcripts
attachments/

# Team sync admin state + worker deployment
team/

# Staged files generated by the myco agent
staging/

# Grove activation marker/state — local to this checkout and contains
# machine-local paths and import metadata; never committed.
migration/

# Grove project binding — per-machine. `project.toml` itself is committed
# (portable project + Grove identity); the binding lives here.
project.local.toml

# Per-user appearance and settings overrides
local.yaml

# Project-scope runtime pin written by `make dev-link`. Per-machine,
# never committed.
runtime.command

# Grove migration archive — timestamped snapshot of pre-Grove vault data
# moved aside post-activation. Never committed; recoverable on disk.
.archive-*/
