Add tests for audits and flavor utilities, update .gitignore, and enhance CPU data handling

This commit is contained in:
2026-02-06 16:29:34 +03:00
parent 57a2933f28
commit e3a9500352
8 changed files with 344 additions and 0 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,8 @@
*.pyc
__pycache__/
venv/
.venv/
.venv/
.env
db.sqlite3