# Per-user, per-machine config overrides
local.yaml

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

# Per-machine ephemera; canonical copies live in ~/.myco/
buffer/
logs/
machine_id

# Per-project migration state — global-install sentinel and any future
# migration markers. Sentinel is per-machine because migration is a
# per-machine operation; teammates cloning the repo run their own.
migration/

# Staged files generated by the myco agent task that produces project
# skills. Exists only when the agent is mid-flight.
staging/

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

# Migration archives — timestamped snapshots from the one-shot
# global-install migration and prior Grove activations. Forensics only;
# no rollback path. Local to this checkout.
.archive-*/
