Initialer Commit

This commit is contained in:
2026-02-19 17:01:11 +01:00
parent bf796f3335
commit 3f0a62405b
169 changed files with 32719 additions and 1 deletions

4
.gitignore vendored
View File

@@ -4,6 +4,9 @@ __pycache__/
*.py[cod]
*$py.class
# Projekt
input/
# C extensions
*.so
@@ -11,7 +14,6 @@ __pycache__/
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/