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.
This commit is contained in:
flan
2026-07-13 17:55:07 +00:00
parent eba50f8a4a
commit 59f894742f
+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/