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
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- name: Set up Python
run: uv python install 3.13
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- name: Set up Python
run: uv python install 3.13
+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/