From 2177922678428bf38d3256621efa40b7a4246ee6 Mon Sep 17 00:00:00 2001 From: Jonah Date: Mon, 6 Jul 2026 00:31:08 -0500 Subject: [PATCH] Reorganize root: move docs, remove tracked credentials and data files - Move USER_GUIDE, planning docs, and session logs to docs/ - Untrack FedexAPI.txt (contains live API credentials) and OnPart_inv.csv (large data file) - Update .gitignore to cover FedexAPI.txt and *_inv.csv going forward - Delete junk files: =1.23.0, Address.txt, stale screenshot Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 6 ++++++ =1.23.0 | 9 --------- Address.txt | 0 FedexAPI.txt | 3 --- OnPart_inv.csv | Bin 484205 -> 0 bytes Screenshot 2026-05-26 083433.png | Bin 23029 -> 0 bytes .../PICKER_INTEGRATION_PLAN.md | 0 USER_GUIDE.md => docs/USER_GUIDE.md | 0 USER_GUIDE.pdf => docs/USER_GUIDE.pdf | Bin .../parts_invoice_lookup_app_plan.md | 0 .../session_handover_log.md | 0 11 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 =1.23.0 delete mode 100644 Address.txt delete mode 100644 FedexAPI.txt delete mode 100644 OnPart_inv.csv delete mode 100644 Screenshot 2026-05-26 083433.png rename PICKER_INTEGRATION_PLAN.md => docs/PICKER_INTEGRATION_PLAN.md (100%) rename USER_GUIDE.md => docs/USER_GUIDE.md (100%) rename USER_GUIDE.pdf => docs/USER_GUIDE.pdf (100%) rename parts_invoice_lookup_app_plan.md => docs/parts_invoice_lookup_app_plan.md (100%) rename session_handover_log.md => docs/session_handover_log.md (100%) 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 cff56a821e72173c46ddb4ef81ef5fb15b958b7c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 484205 zcmeI#-E!ha8V2A!-m1L^U4Q^d{21*S#*9NP;EBMQ_$Wnrm>KVSjLSHa%-yG3fY(3C zB&p@cd%a%1-L#6V$XeM^tDaV)uA%Ymu*{mb zH}Cfnot;D{N_48UD4N|~T9nOp`?*AQ_5Q=}p$MZLB1NZqL6LXMZjtvx2kZ_SS=J5H zFZ<1IC(Vm~Gk=aT{IL4eI{kQ=w7XfBoK$a;n&(M3)MFeTL7Y}2&cAUw9d3JJSNG8# z;3xuwb@96Z;!1f|e;DEr>u*nfzW)Bc{(h*xmxa|3a-pC8(o#5H|Cr3L-ma1&%Z?gF z7Gh!B7SrKVhd9*1In*K7s6(z%_iiK9(}?wiQg-#!OrcA*9N)c}HvfAYqGQ)C<({jI z?NUx+Y-DBHK5F)h=j)}8(ccUf2Rmr6Sk9NdLJ7~j%53LVX3;a`%TeCU+i6)eJ1<^4 z+pv8M*8gIM9c0+XA|F;-sk zk5^m!MfVhYuA-6US??j7ie_0p_lhy}xfK>}5*BjYt<s^~@=Z@>gYwAz<>b*1`HT5V8DO@0|pEjFkrxd0RsjM z7%*VKfB^#r3>YwAz<>b*1`HT5V8DO@0|pEjFkrxd0RsjM7%*VKfB^#r3>YwAz<>b* T1`HT5V8DO@0|pEjFmMkHS@i$` 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