← back to Discontinued Agent

.gitignore

16 lines

node_modules/
.env
.env.*
!.env.example
tmp/
*.log
.DS_Store
dist/
build/
.next/

# runtime state — audit ledger + processed-thread state stay local
data/*.jsonl
data/*.json
data/*.log