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.
41 lines
520 B
Plaintext
41 lines
520 B
Plaintext
# Output and runtime artefacts
|
|
frigate_train/
|
|
*.log
|
|
runs/
|
|
|
|
# Model and cache files
|
|
yolov9c.pt
|
|
.insightface/
|
|
.huggingface/
|
|
.if_cache/
|
|
.immich_config.json
|
|
|
|
# Secrets
|
|
.env
|
|
.envrc
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[oc]
|
|
*.so
|
|
.Python
|
|
|
|
# Packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
wheels/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
|
|
# Tools
|
|
.ruff_cache/
|
|
.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/
|