From 3caa52d8b8356f7cd24a61abb2008556fe888f65 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 16 Oct 2025 09:31:23 -0300 Subject: [PATCH] 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. --- .gitignore | 3 +++ requirements-light.txt | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 requirements-light.txt diff --git a/.gitignore b/.gitignore index 412222d..c347f55 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,6 @@ git_log tmp/ catboost_info/ + +.ruff_cache/ +.mypy_cache/ diff --git a/requirements-light.txt b/requirements-light.txt new file mode 100644 index 0000000..e6d4b6a --- /dev/null +++ b/requirements-light.txt @@ -0,0 +1,11 @@ +temporalio +psycopg2-binary +sqlalchemy +asyncua +redis +git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.4.6 +prometheus-client +botocore +boto3 +s3fs +pyarrow