Compare commits

...

4 Commits

Author SHA1 Message Date
Jonah 2177922678 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 <noreply@anthropic.com>
2026-07-06 00:31:08 -05:00
Jonah b07660ce19 Update README with full project documentation 2026-07-06 00:27:13 -05:00
Jonah c5b96f45bb Merge branch 'main' of https://git.jonahlahona.com/Jonahlahona/CSG-Picker-Shipper-Helper 2026-07-06 00:24:46 -05:00
Jonah 085f8e0c1e Initial commit 2026-07-06 00:24:30 -05:00
1107 changed files with 131701 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
__pycache__/
*.pyc
build/
dist/
*.egg-info/
.venv/
.env
*.db
*.sqlite
*.log
*.exe
# Credentials
FedexAPI.txt
# Large data files
*_inv.csv