chore: gitignore runtime data (stats.json, admin_chat_id.txt)
This commit is contained in:
parent
3333b38e6b
commit
5a21d12dab
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,3 +2,5 @@ __pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
.venv/
|
.venv/
|
||||||
venv/
|
venv/
|
||||||
|
data/*.json
|
||||||
|
data/*.txt
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{"users": [20814732, 639276829, 1594297548], "total_messages": 8}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue