SIENTIAPDE-1231

Update .gitignore and remove values.yaml for project cleanup

- Added .ruff_cache/ and catboost_info/ to .gitignore to prevent tracking of temporary files and caches.
- Deleted values.yaml to remove outdated configuration settings, streamlining the project structure.
This commit is contained in:
vitor-aignosi
2025-10-16 09:31:23 -03:00
parent 8ba646bb55
commit 3caa52d8b8
2 changed files with 14 additions and 0 deletions

3
.gitignore vendored
View File

@@ -48,3 +48,6 @@ git_log
tmp/
catboost_info/
.ruff_cache/
.mypy_cache/