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/