Initial: forked from runesleo/x-reader (MIT License) - thank you @runes_leo!

This commit is contained in:
Panniantong
2026-02-24 03:00:05 +01:00
commit ee2ad83b12
25 changed files with 2512 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
# Environment
.env
# Telethon session
*.session
tg_session*
# Data
*.db
*.log
data/
unified_inbox.json
output/
# Audio/video temp files
/tmp/media_*
# OS
.DS_Store
# IDE
.vscode/
.idea/