1 Commits

Author SHA1 Message Date
2760dcf8a5 Release 1.0 2026-05-06 15:10:36 +02:00
2 changed files with 1928 additions and 243 deletions

28
.gitignore vendored
View File

@@ -1,21 +1,41 @@
@"
__pycache__/ __pycache__/
*.pyc *.pyc
*.pyo *.pyo
*.pyd *.pyd
build/ build/
build_release/
build_release2/
dist/ dist/
dist_release/
dist_release2/
*.zip *.zip
*.log *.log
.tmp_prefs_test/ .tmp_prefs_test/
Posta in arrivo/
.env .env
.venv/ .venv/
venv/ venv/
Posta in arrivo/
Posta inviata/
test/
export_manifest.json
export_manifest_old.json
diagnose_msg_attachments/
diagnose_msg_semantic_attachments/
diagnose_msg_report.csv
diagnose_msg_report.txt
diagnose_msg_report_pre.csv
diagnose_msg_report_pre.txt
diagnose_msg_semantic_report.csv
diagnose_msg_semantic_report.txt
Cattura.PNG
Outlook_Exporter_V1_Checklist.docx
Outlook_Exporter_V1_Checklist_v2.docx
*.spec~ *.spec~
"@ | Out-File -Encoding utf8 .gitignore

File diff suppressed because it is too large Load Diff