feat: initial commit
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m50s

This commit is contained in:
2025-11-01 03:10:21 +04:00
commit c12beb95e2
11 changed files with 915 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
.git
.github
.venv
__pycache__
*.pyc
*.pyo
*.pyd
*.sqlite3
*.db
max_session
forwarded_messages.db
.pytest_cache
.mypy_cache
dist
build