# This folder ships no secrets. Test/demo fixtures are created in temp dirs at
# runtime and cleaned up, so there's nothing to ignore here by default — this
# file just keeps stray local experiments out of git.
*.local
.DS_Store

# the compiled binary (make build)
/coop

# coop working state (commit knowledge, ignore state)
.agent/*
!.agent/rules/
!.agent/skills/

# .gemini holds local Gemini state (often globally ignored); keep just the skills symlink
!.gemini/
.gemini/*
!.gemini/skills
