initial commit

This commit is contained in:
2025-09-16 09:25:23 +02:00
commit 0746cc4296
43 changed files with 13336 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# environment variables
.env
# virtual environment
.venv/
# python excludes
__pycache__/
__pypackages__/
*.py[cod]
*$py.class
*.pyo
*.pyd
# distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
# cache
cache/
# github
.github/instructions/