Initial commit; create Website for learning python.

This commit is contained in:
2026-07-11 20:29:16 +02:00
commit 1ea072d652
4 changed files with 978 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Betriebssystem und Editor
.DS_Store
Thumbs.db
*.swp
*.swo
.vscode/
.idea/
# Python/lokale Server-Artefakte
__pycache__/
.pytest_cache/
.venv/
venv/
# Lokale Notizen und Exporte
*.log
tmp/
dist/