Aggiunge filtri UTXO interattivi nel report HTML

This commit is contained in:
2026-01-22 16:21:52 +01:00
parent 7f21839ebb
commit 275b7d4c5f
2 changed files with 74 additions and 0 deletions

6
.gitignore vendored
View File

@@ -7,9 +7,15 @@ ENV/
# Python
__pycache__/
*.py[cod]
*.pyc
*.pyo
*.pyd
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# IDE
.vscode/