feat: initial telethon monitor

This commit is contained in:
2025-11-07 20:11:52 +08:00
commit 657d9631f3
11 changed files with 628 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Python artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
*.log
*.sqlite3
# Virtual environments
.venv/
env/
venv/
# VSCode / IDE
.vscode/
.idea/
# OS files
.DS_Store
# Secrets / sessions
.env
*.session