chore: gitignore discord_state.json (contains bot token)

https://claude.ai/code/session_01WU4h3cQQiouMwmgYmAgkMM
This commit is contained in:
Claude
2026-02-25 01:12:03 +00:00
parent 15596ca325
commit 548319cb10

3
.gitignore vendored
View File

@@ -21,8 +21,9 @@ env/
# SQLite memory — never commit agent memory
*.db
# Telegram bot state (contains bot token)
# Chat platform state files (contain bot tokens)
telegram_state.json
discord_state.json
# Testing
.pytest_cache/