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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -48,3 +48,6 @@ git_log
|
|||||||
|
|
||||||
tmp/
|
tmp/
|
||||||
catboost_info/
|
catboost_info/
|
||||||
|
|
||||||
|
.ruff_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
|||||||
11
requirements-light.txt
Normal file
11
requirements-light.txt
Normal 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
|
||||||
Reference in New Issue
Block a user