.git .gitignore .DS_Store .env .env.* !.env.example __pycache__/ *.py[cod] *$py.class .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage .coverage.* htmlcov/ .idea/ .vscode/ .venv/ venv/ ENV/ env/ *.db *.db-journal *.db-shm *.db-wal *.sqlite *.sqlite3 *.log tgbot/data/*.db* tgbot/data/*.sqlite* tgbot/data/*.log