# Secrets — every collection keeps its own .env beside its .env.example.
# A pattern with no leading slash matches at EVERY depth, so these cover any
# .env anywhere in the repo, present or future. `.env.*` catches variants like
# .env.local / .env.unraid-api; the negation keeps the committed examples.
.env
.env.*
!.env.example
!.env.*.example

# MemPalace per-project files (issue #185).
# `mempalace init` ignores both by default. We deliberately track mempalace.yaml —
# it is just wing/room config, and losing it on a fresh clone would make mining
# fall back to basename auto-detection (wing "scripts", which collides).
# entities.json stays ignored: it holds detected people/entities.
entities.json
