# 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/
