Summary report UI improvements and JS preview logic

This commit is contained in:
Swapnil9693
2026-02-05 14:57:38 +05:30
parent 438f84e284
commit a8e47af61c
35 changed files with 585 additions and 242 deletions

10
.gitignore vendored
View File

@@ -15,3 +15,13 @@ logs/
# Environment variables
.env
# Python cache
__pycache__/
*.pyc
# OS / Editor
.vscode/
.idea/