# Python __pycache__/ *.py[cod] .venv/ *.egg-info/ .pytest_cache/ .ruff_cache/ .mypy_cache/ dist/ # Build-Artefakte (nicht das Quellverzeichnis build/) build_out/ *.zip # Node / Frontend (Phase 5) node_modules/ apps/web/dist/ # Portable Testausgaben HMS-MediaEngine-Portable/ # Logs & Betriebsdaten logs/ *.log userdata/ # OS/Editor .DS_Store Thumbs.db .idea/ .vscode/