Files
silver_pose/.gitignore
T
2026-07-21 22:56:14 +08:00

23 lines
338 B
Plaintext

# Local configuration and credentials
v1/config.local.json
*.local.json
.env
.env.*
# Local run scripts that may embed RTSP credentials
run_v1.*
*.local.ps1
*.local.bat
# Runtime artifacts and private evaluation materials
artifacts/
testdata/private/
testdata/videos/
*.onnx
*.pt
# Python tooling
.pytest_cache/
__pycache__/
*.py[cod]