# 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/

