feat: Initial commit for SwiftGram - Smart MTProxy Manager

This commit is contained in:
kobaltgit
2026-04-05 22:08:46 +03:00
commit 9482cfe7f6
4 changed files with 1040 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Секреты и конфиг с токенами
.env
*.env.local
config.local.env
# Python
__pycache__/
*.py[cod]
venv/
.venv/
*.egg-info/
.eggs/
# Временные и системные
.DS_Store
Thumbs.db
*.log
*.tmp