Добавлен .gitignore, удалён .env из репозитория для безопасности

This commit is contained in:
DevProject Agent
2026-06-14 18:55:56 +04:00
parent 61d8eb48a9
commit f83ef5719a
2 changed files with 10 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
BOT_TOKEN=8918896220:AAHuo36Lo9PEeXVNongKJbr2WLZn5xxy1GQ
+10
View File
@@ -0,0 +1,10 @@
.env
.venv/
__pycache__/
*.py[cod]
.DS_Store
.idea/
.vscode/
*.egg-info/
dist/
build/