Upload files to "/"

This commit is contained in:
2026-04-15 10:04:16 +00:00
commit 3d4c1b5080
4 changed files with 215 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Virtual environments
.venv/
venv/
# Python cache
__pycache__/
*.pyc
# Environment files
.env
# OS files
.DS_Store
# The telegram bot
bot.py