.gitignore
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
.gitignorenode_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