feat: add basic logging and metrics. also add docs

This commit is contained in:
vee1e 2025-06-23 16:43:21 +05:30
parent 15afd8837f
commit d55748680e
6 changed files with 129 additions and 64 deletions

2
.gitignore vendored
View file

@ -5,6 +5,7 @@ __pycache__/
venv/
.env
.pytest_cache/
metrics.txt
# Frontend
node_modules/
@ -20,4 +21,3 @@ dist/
# personal
tests/
project-plans/