mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 19:06:07 +00:00
- MTProxy manager with Telegram bot - 1801 site templates, 18 categories - Stealth mode (fake-TLS + nginx mask) - Admin auto-registration in bot - Fixed frame alignment, bot venv setup
30 lines
234 B
Plaintext
30 lines
234 B
Plaintext
# Environment
|
|
.env
|
|
*.env.local
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
.venv/
|
|
|
|
# Backups (contain secrets)
|
|
backups/
|
|
*.tar.gz
|
|
*.tar.gz.enc
|
|
*.sha256
|
|
|
|
# Temp
|
|
/tmp/
|
|
*.tmp
|
|
*.swp
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|