feat(v1): add secure configuration baseline

This commit is contained in:
ila
2026-07-21 09:45:59 +08:00
parent 7b05efe56c
commit 0b01e1bf24
13 changed files with 281 additions and 19 deletions
+17
View File
@@ -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]