chore: initial commit

This commit is contained in:
你的用户名
2025-11-01 21:58:31 +08:00
commit 0406b5664f
101 changed files with 20458 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
.DS_Store
__pycache__/
*.pyc
.idea/
.vscode/
.env
logs/
*.log
*.log.*
*.gz
cache.db
data/*.db
*.session
telegram_sessions/
node_modules/
venv/
*.session*
._*