Manage ~/.pi/agent/models.json and settings.json via chezmoi. Exclude auth.json (real secrets) and sessions/ (ephemeral logs).
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
{{- if ne .chezmoi.os "darwin" }}
|
|
Library
|
|
.terminfo
|
|
.1password
|
|
.config/karabiner
|
|
{{- end }}
|
|
.config/karabiner/automatic_backups
|
|
.config/scripts/__pycache__
|
|
|
|
# pi: keep config, never commit secrets/sessions
|
|
.pi/agent/auth.json
|
|
.pi/agent/sessions
|