Initialer Commit: Datumsrechner-App mit allen Funktionen, modernem Design und Template-Trennung

This commit is contained in:
2025-07-22 16:36:22 +02:00
commit 241552fb6d
10 changed files with 556 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtualenv
.venv/
venv/
ENV/
# VS Code
.vscode/
# Sonstige
.DS_Store
Thumbs.db
# Logdateien
*.log
# Test-/Coverage-Dateien
htmlcov/
.coverage
.tox/
.pytest_cache/
# Betriebssystem
*.swp