7e9ae24f88
- Add 9 curated screenshots to assets/img/screenshots/ covering all main features - Update README with 3x3 screenshot table with Italian descriptions - Anchor /screenshots/ gitignore rule so assets/img/screenshots/ is tracked - Screenshots cover: dashboard, inventory, barcode scanner, recipe detail, recipes list, cooking mode, AI chat, shopping list, smart predictions
37 lines
569 B
Plaintext
37 lines
569 B
Plaintext
# Environment variables (secrets — copy .env.example to .env)
|
|
.env
|
|
|
|
# Data directory (user-specific runtime data)
|
|
data/evershelf.db
|
|
data/dispensa.db
|
|
data/*.db-wal
|
|
data/*.db-shm
|
|
data/backups/
|
|
data/cron.log
|
|
data/smart_shopping_cache.json
|
|
data/bring_token.json
|
|
data/bring_catalog.json
|
|
data/dupliclick_token.json
|
|
data/client_debug.log
|
|
data/rate_limits/
|
|
|
|
# SSL certificates (local only)
|
|
data/*.crt
|
|
data/*.pem
|
|
*.crt
|
|
*.pem
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / IDE
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Raw screenshots (working folder, not for distribution)
|
|
/screenshots/
|