# Local configuration and credentials
v1/config.local.json
*.local.json
.env
.env.*

# Local run scripts that may embed RTSP credentials
run_v1.ps1
*.local.ps1

# Runtime artifacts and private evaluation materials
artifacts/
testdata/private/
testdata/videos/
*.onnx
*.pt

# Python tooling
.pytest_cache/
__pycache__/
*.py[cod]
