feat(workflows): add cache restore step to build process

- Introduces caching for Poetry and pip to improve CI efficiency
- Updates .gitignore to track poetry.lock for consistency

Signed-off-by: Max P. <Mail@MPassarello.de>
This commit is contained in:
2025-04-30 12:31:50 +02:00
parent bf727a8541
commit 81459d631f
3 changed files with 1122 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,2 +1 @@
*__pycache__*
poetry.lock
*__pycache__*