- Configure `.env` file for environment variables
- Add `src` to Python analysis extra paths for better IntelliSense
Signed-off-by: Max P. <Mail@MPassarello.de>
- 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>
- Introduce `pyproject.toml` to define project metadata and dependencies
- Configure `poetry` for package management and build system
- Specify required libraries and script entry point
Signed-off-by: Max P. <Mail@MPassarello.de>