Initial commit; create Website for learning python.
This commit is contained in:
+19
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user