18 lines
252 B
Plaintext
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]
|