Modify .gitignore

This commit is contained in:
hok7z 2022-11-26 18:12:09 +02:00
parent 786ff481bc
commit f91b1836a8
2 changed files with 4 additions and 5 deletions

5
.gitignore vendored
View File

@ -1,12 +1,11 @@
__pycache__
database/db.db
database/__pycache__
handlers/__pycache__
filters/__pycache__
config/__pycache__
modules/__pycache__
env
db.db
.env
pyrightconfig.json
session.session
session.session-journal
env

View File

@ -25,8 +25,8 @@ Logging admin command actions in database.
## Configuration .env
| Name | Description |
|-----------------------------------| -------------------------------- |
| environment variables | description |
|-----------------------------------|----------------------------------|
| `bot_token` | Telegram bot token |
| `telegram_bot_api_server` | Telegram bot api server |
| `db_url` | Connection info to database |