Initial pi agent config

This commit is contained in:
2026-07-09 17:03:59 +02:00
commit 5bee22443b
3 changed files with 44 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Secrets — never commit API keys / credentials
auth.json
# Per-machine session transcripts (large, machine-specific, may contain private data)
sessions/
# Installed packages — regenerated by `pi install` / startup from settings.json
npm/
git/
# Per-folder trust decisions (machine / working-dir specific)
trust.json
# Debug output written by the hidden `/debug` command
pi-debug.log