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>
This commit is contained in:
2025-04-30 12:01:02 +02:00
parent 4ce7eedb7b
commit 370155077d
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored Normal file
View File

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

0
README.md Normal file
View File