Files
max-messages-forwarder/.gitignore
n08i40k c12beb95e2
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m50s
feat: initial commit
2025-11-01 03:10:21 +04:00

16 lines
135 B
Plaintext

.git
.github
.venv
__pycache__
*.pyc
*.pyo
*.pyd
*.sqlite3
*.db
max_session
forwarded_messages.db
.pytest_cache
.mypy_cache
dist
build