SIENTIAPDE-1646
Update .gitignore and input_sample.json for improved configuration management - Added new patterns to .gitignore to exclude 'mlruns/', 'relatorio*', and 'openspec/*' directories from version control. - Updated the 'updated_at' date in input_sample.json to reflect a new timestamp for better tracking of schedule states.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -51,4 +51,7 @@ catboost_info/
|
|||||||
|
|
||||||
.ruff_cache/
|
.ruff_cache/
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
mlruns/
|
mlruns/
|
||||||
|
|
||||||
|
relatorio*
|
||||||
|
openspec/*
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
},
|
},
|
||||||
"active": true,
|
"active": true,
|
||||||
"updated_at": {
|
"updated_at": {
|
||||||
"$date": "2026-05-07T23:35:01.600Z"
|
"$date": "2026-05-18T23:35:01.600Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user