chore: project scaffolding mit uv und pyproject.toml

This commit is contained in:
2026-05-04 21:54:17 +02:00
parent 8746b187a7
commit db46a154c8
7 changed files with 61 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
__pycache__/
*.pyc
.pytest_cache/
.venv/
venv/
.env
*.egg-info/
dist/
build/
.coverage
.idea/
.vscode/