- Replace events+expenses with flat purchases table - Add warranty_months, return_days, product_name fields - Remove currency conversion, CSV/PDF reporting, event filing - Simplify auth (no onboarding/department/profile) - Update AI extraction prompts for product/warranty info - Update all branding: templates, install.sh, Makefile, service file
33 lines
259 B
Text
33 lines
259 B
Text
# Binaries
|
|
app
|
|
expenseflow
|
|
*.exe
|
|
|
|
# Database
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Storage (uploaded receipt images)
|
|
storage/*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build output
|
|
dist/
|
|
expenseflow-*
|
|
|
|
# Go
|
|
vendor/
|