Update aiogram 3 template

This commit is contained in:
dj
2026-05-29 09:44:39 +03:00
parent e144cb1424
commit 2eced5dc4f
43 changed files with 1877 additions and 1252 deletions
+36
View File
@@ -0,0 +1,36 @@
.git/
.idea/
.vscode/
.venv/
venv/
env/
ENV/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.DS_Store
Thumbs.db
.env
.env.*
!.env.example
settings.ini
tgbot/data/*.db
tgbot/data/*.db-*
tgbot/data/*.sqlite
tgbot/data/*.sqlite-*
tgbot/data/*.sqlite3
tgbot/data/*.sqlite3-*
tgbot/data/*.log
tgbot/data/logs.log*
tgbot/data/sv_log_*.log*
other/
tmp/
temp/