4 Commits

Author SHA1 Message Date
7067f0872b chore(gitignore): update ignored files for environment and build
- Add `.env` files to the ignore list to exclude environment configs
- Retain `dist/` directory in the ignore list for build artifacts
2025-05-11 15:33:35 +02:00
66a5ddd1b0 chore(gitignore): add dist/ to ignored files 2025-05-11 14:15:20 +02:00
81459d631f 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>
2025-04-30 12:31:50 +02:00
370155077d docs: add .gitignore and empty README.md
- Add .gitignore to exclude __pycache__ and poetry.lock files
- Include an empty README.md file for future documentation

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 12:01:02 +02:00