Initial Commit

This commit is contained in:
2024-08-05 16:36:41 +02:00
commit 9d88779d4b
8 changed files with 357 additions and 0 deletions

44
.gitignore vendored Normal file
View File

@ -0,0 +1,44 @@
# Ideen Ordner
_idee/
# Virtuelle Umgebungen
venv/
.env/
env/
# IDEs und Editoren
*.pyc
*.log
*.tmp
*~
.idea/
.vscode/
*.sublime-workspace
*.sublime-project
# Build-Artifacts
build/
dist/
__pycache__/
# Test- oder Entwicklungsunterlagen
test_results/
test_data/
tests/__pycache__/
tests/*.log
# Spezifische Plattformdateien
*.DS_Store
.AppleDouble/
.Spotlight-V100/
.TemporaryItems/
.Trashes/
DesktopDB/
# Sonstige unerwünschte Dateien
Thumbs.db
ehthumbs.deny
ehthumbs.deny~
._*
.AppleDB
.AppleDesktop