Files
gomag-vending/.gitignore
Claude Agent c4fa643eca feat(sync): add order_total field to SQLite tracking
Parse order total from GoMag JSON, store in SQLite orders table,
and expose via sync run API. Enables total display in mobile flat rows.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 21:20:57 +00:00

46 lines
444 B
Plaintext

*.fxp
*.FXP
*.bak
*.BAK
*.csv
/log.*
/output/*.json
*.err
*.ERR
*.log
/screenshots
# Python
__pycache__/
*.py[cod]
*$py.class
# Environment files
.env
.env.local
.env.*.local
# Settings files with secrets
settings.ini
vfp/settings.ini
output/
vfp/*.json
*.~pck
.claude/HANDOFF.md
# Virtual environments
venv/
.venv/
# SQLite databases
*.db
*.db-journal
*.db-wal
*.db-shm
# Generated/duplicate directories
api/api/
# Logs directory
logs/