Compare commits

...
Author SHA1 Message Date
flan 59f894742f gitignore data/ — it holds face embeddings keyed by real names
data/ is the DATA_DIR the README tells you to mount, and it was not ignored: it holds 1,593
face-embedding .npy files plus upload trackers keyed by person name. A single 'git add -A'
would have published them. Never committed to date, so history is clean.
2026-07-13 17:55:07 +00:00
+4
View File
@@ -34,3 +34,7 @@ wheels/
.pytest_cache/
.mypy_cache/
.python-version
# Runtime data: face embeddings + upload trackers keyed by real person names.
# Never commit — this is the DATA_DIR the README tells you to mount.
data/