From 548319cb10836819df021f3dcc91a02a6c671404 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 25 Feb 2026 01:12:03 +0000 Subject: [PATCH] chore: gitignore discord_state.json (contains bot token) https://claude.ai/code/session_01WU4h3cQQiouMwmgYmAgkMM --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29e629fc..529a9379 100644 --- a/.gitignore +++ b/.gitignore @@ -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/