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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user