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/

11
requirements-light.txt Normal file
View File

@@ -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