chore: gitignore runtime data (stats.json, admin_chat_id.txt)

This commit is contained in:
vrubel 2026-06-03 18:45:59 +00:00
parent 3333b38e6b
commit 5a21d12dab
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View file

@ -2,3 +2,5 @@ __pycache__/
*.pyc
.venv/
venv/
data/*.json
data/*.txt

View file

@ -1 +0,0 @@
{"users": [20814732, 639276829, 1594297548], "total_messages": 8}