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