# 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