Scaffold isolated Pi instance

This commit is contained in:
syntaxbullet
2026-07-23 19:17:31 +02:00
commit b3aa2155d3
10 changed files with 99 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Credentials and local trust decisions
auth.json
trust.json
# Session history and generated model metadata
sessions/
models-store.json
# Pi-managed package installations
npm/
git/
# Runtime files
pi-debug.log
*.log
.DS_Store