Commit Graph

3 Commits

Author SHA1 Message Date
d1e246c868 feat(vscode): add Python environment and analysis settings
- Configure `.env` file for environment variables
- Add `src` to Python analysis extra paths for better IntelliSense

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 12:01:15 +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
4ce7eedb7b feat(poetry): add pyproject.toml for project dependencies and config
- 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>
2025-04-30 12:00:52 +02:00