- Added new entries to .gitignore for backup JSON files. - Enhanced user statistics in inline mode to include active users today. - Improved message handling in broadcast functionality to differentiate between text and media messages, ensuring proper parameter usage. - Updated payment handling to reflect pagination information in English and Russian. - Refactored promo management to utilize localized button texts for better user experience.
19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
# Игнорировать базу данных
|
|
bot_database.sqlite3
|
|
|
|
# Игнорировать файлы окружения
|
|
.env
|
|
|
|
# Игнорировать кэш Python
|
|
__pycache__/
|
|
|
|
# Игнорировать настройки IDE (если используешь, например, PyCharm или VSCode)
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Игнорировать Docker артефакты (если вдруг)
|
|
*.log
|
|
*.pid
|
|
locales/ru_backup.json
|
|
locales/en_backup.json
|