Initialer Commit: Datumsrechner-App mit allen Funktionen, modernem Design und Template-Trennung
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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
|
Reference in New Issue
Block a user