Release 1.0
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -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
|
|
||||||
|
|||||||
2143
mail_exporter.py
2143
mail_exporter.py
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user