diff --git a/.gitignore b/.gitignore index 34cf470..c43b517 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index 23adc17..2346ad1 100644 --- a/README.md +++ b/README.md @@ -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 |