2177922678
- 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>
18 lines
140 B
Plaintext
18 lines
140 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.venv/
|
|
.env
|
|
*.db
|
|
*.sqlite
|
|
*.log
|
|
*.exe
|
|
|
|
# Credentials
|
|
FedexAPI.txt
|
|
|
|
# Large data files
|
|
*_inv.csv
|