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:
vitor-aignosi
2026-05-18 13:03:39 -03:00
parent 00cf8a2ad6
commit b37ec60b5d
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -52,3 +52,6 @@ catboost_info/
.ruff_cache/
.mypy_cache/
mlruns/
relatorio*
openspec/*

View File

@@ -136,7 +136,7 @@
},
"active": true,
"updated_at": {
"$date": "2026-05-07T23:35:01.600Z"
"$date": "2026-05-18T23:35:01.600Z"
}
}
]