feat: implement SQLite-based grocery receipt tracker with add and price history features

Co-authored-by: aider (openai/unsloth/Qwen3-Coder-Next) <aider@aider.chat>
This commit is contained in:
Your Name
2026-02-06 17:38:19 +01:00
parent d04912431c
commit 4e764d60a0
2 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# No external dependencies required for this SQLite-based implementation
# Python standard library is sufficient for the core functionality