feat(v1): add secure configuration baseline
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
# 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]
|
||||
Reference in New Issue
Block a user