feat: remove unnecesary install and other optim
- trivy, sbom not install packages from project if use poetry, pipenv by take advantage of lockfile
- isort exclude .cache directory
- pylint fix the by defaut --ignore .cache not working with change find to exclude .cache
fix issue python #76
proof execution: https://gitlab.com/pytgaen-group/uv-pipx-test/-/pipelines/1343682112 (some fail because some minor difference between ruff and isort and black, and source no ready for mypy ... but all step work) https://gitlab.com/pytgaen-group/uv-pipx-test/-/pipelines/1343690620 (test on sbom)
Edited by Gaëtan Montury