security: harden webhooks and session secrets

This commit is contained in:
3252a8
2026-04-26 19:46:57 +03:00
parent 94b0787cad
commit 77370eb963
17 changed files with 622 additions and 138 deletions
+5 -1
View File
@@ -3,10 +3,14 @@ bot_database.sqlite3
# Игнорировать файлы окружения
.env
.env.*
!.env.example
scratch_*.py
node_modules/
.git/
# Игнорировать кэш Python
__pycache__/
node_modules/
# Игнорировать настройки IDE (если используешь, например, PyCharm или VSCode)
.idea/