implement activity logging system for user actions and system events

This commit is contained in:
CPTN Cosmo 2026-06-19 03:35:51 +02:00
parent 81f7031555
commit 88e38535fc
5 changed files with 958 additions and 500 deletions

2
.gitignore vendored
View file

@ -1,6 +1,8 @@
data/
venv/
.venv/
__pycache__/
.env
*.pyc
.DS_Store