Add runtime data files to gitignore

- Exclude session files and runtime data from version control
- Keep repository clean for users

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
panda 2025-07-27 22:29:05 +08:00
parent d5c7da85b5
commit c62226a5a6
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -47,4 +47,6 @@ build/
# Temporary files
tmp/
temp/
temp/src/data/sessions/
src/data/processed-messages.json
src/data/session-map.json