From b37ec60b5d9c0b86946027ae5683ac54aba1fa5c Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 18 May 2026 13:03:39 -0300 Subject: [PATCH] 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. --- .gitignore | 5 ++++- input_sample.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7cd11b3..b5a95e7 100644 --- a/.gitignore +++ b/.gitignore @@ -51,4 +51,7 @@ catboost_info/ .ruff_cache/ .mypy_cache/ -mlruns/ \ No newline at end of file +mlruns/ + +relatorio* +openspec/* \ No newline at end of file diff --git a/input_sample.json b/input_sample.json index f3339f9..b33f1bc 100644 --- a/input_sample.json +++ b/input_sample.json @@ -136,7 +136,7 @@ }, "active": true, "updated_at": { - "$date": "2026-05-07T23:35:01.600Z" + "$date": "2026-05-18T23:35:01.600Z" } } ]