Clean repository: remove photos from history, update gitignore
This commit is contained in:
parent
07e45950b6
commit
b4d9f55691
3
.gitignore
vendored
3
.gitignore
vendored
@ -26,6 +26,9 @@ env/
|
||||
ENV/
|
||||
|
||||
# Database files (keep structure, ignore content)
|
||||
*.db
|
||||
*.sqlite
|
||||
*.db-journal
|
||||
data/*.db
|
||||
data/*.sqlite
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user