Update log retention period to 30 days in custom logger and add comment on log cleanup mechanism.

This commit is contained in:
2025-08-26 17:23:20 +03:00
parent fee22f8ad4
commit 61dd85035d
3 changed files with 75 additions and 1 deletions

37
.dockerignore Normal file
View File

@@ -0,0 +1,37 @@
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.eggs/
.env
.venv
.vscode/
.idea/
.git/
.gitignore
# Byte-compiled / optimized / DLL files
**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd
# Local settings
settings_example.ini
# Databases and runtime files
*.db
*.db-shm
*.db-wal
logs/
# Tests and artifacts
.coverage
.pytest_cache/
htmlcov/
**/tests/
# Stickers and large assets (if not needed at runtime)
Stick/