diff --git a/.gitignore b/.gitignore index a24e274..b9badc1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,9 @@ dist/ *.sqlite *.log *.exe + +# Credentials +FedexAPI.txt + +# Large data files +*_inv.csv diff --git a/=1.23.0 b/=1.23.0 deleted file mode 100644 index 35f7bc0..0000000 --- a/=1.23.0 +++ /dev/null @@ -1,9 +0,0 @@ -Defaulting to user installation because normal site-packages is not writeable -Collecting pymupdf - Downloading pymupdf-1.27.2.3-cp310-abi3-win_amd64.whl.metadata (24 kB) -Downloading pymupdf-1.27.2.3-cp310-abi3-win_amd64.whl (19.2 MB) - ---------------------------------------- 19.2/19.2 MB 33.8 MB/s 0:00:00 -Installing collected packages: pymupdf - WARNING: The script pymupdf.exe is installed in 'C:\Users\mario\AppData\Roaming\Python\Python314\Scripts' which is not on PATH. - Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. -Successfully installed pymupdf-1.27.2.3 diff --git a/Address.txt b/Address.txt deleted file mode 100644 index e69de29..0000000 diff --git a/FedexAPI.txt b/FedexAPI.txt deleted file mode 100644 index 7dfad28..0000000 --- a/FedexAPI.txt +++ /dev/null @@ -1,3 +0,0 @@ -Acc #: 740561073 -API: l7b887333c5360460fb7298cd07a81f30d -Secret Key: 4bfc2a23dbba429ebd82d32681716cb3 \ No newline at end of file diff --git a/OnPart_inv.csv b/OnPart_inv.csv deleted file mode 100644 index cff56a8..0000000 Binary files a/OnPart_inv.csv and /dev/null differ diff --git a/Screenshot 2026-05-26 083433.png b/Screenshot 2026-05-26 083433.png deleted file mode 100644 index 4942891..0000000 Binary files a/Screenshot 2026-05-26 083433.png and /dev/null differ diff --git a/PICKER_INTEGRATION_PLAN.md b/docs/PICKER_INTEGRATION_PLAN.md similarity index 100% rename from PICKER_INTEGRATION_PLAN.md rename to docs/PICKER_INTEGRATION_PLAN.md diff --git a/USER_GUIDE.md b/docs/USER_GUIDE.md similarity index 100% rename from USER_GUIDE.md rename to docs/USER_GUIDE.md diff --git a/USER_GUIDE.pdf b/docs/USER_GUIDE.pdf similarity index 100% rename from USER_GUIDE.pdf rename to docs/USER_GUIDE.pdf diff --git a/parts_invoice_lookup_app_plan.md b/docs/parts_invoice_lookup_app_plan.md similarity index 100% rename from parts_invoice_lookup_app_plan.md rename to docs/parts_invoice_lookup_app_plan.md diff --git a/session_handover_log.md b/docs/session_handover_log.md similarity index 100% rename from session_handover_log.md rename to docs/session_handover_log.md