From b4d9f55691414fa7b11fdad275670334ef575edb Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 3 Sep 2025 17:20:31 -0400 Subject: [PATCH] Clean repository: remove photos from history, update gitignore --- .gitignore | 3 +++ README.md | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 828b0a1..7be007d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,9 @@ env/ ENV/ # Database files (keep structure, ignore content) +*.db +*.sqlite +*.db-journal data/*.db data/*.sqlite diff --git a/README.md b/README.md index 82426e3..30fc53b 100644 --- a/README.md +++ b/README.md @@ -241,14 +241,6 @@ This warning is harmless - the application still works correctly. It's a known i ✅ **Flexible**: Batch processing, interactive identification ✅ **Lightweight**: No web interface overhead -## 🚫 What This Tool Doesn't Do - -❌ Web interface (removed for simplicity) -❌ Duplicate detection (can be added later) -❌ Image editing or enhancement -❌ Cloud sync or sharing -❌ Complex ML training - ## 📈 Performance Tips - **Always use virtual environment** to avoid conflicts