Files
silver_pose/.gitignore
T

18 lines
252 B
Plaintext

# Local configuration and credentials
v1/config.local.json
*.local.json
.env
.env.*
# Runtime artifacts and private evaluation materials
artifacts/
testdata/private/
testdata/videos/
*.onnx
*.pt
# Python tooling
.pytest_cache/
__pycache__/
*.py[cod]