# Projekt-Sachen videospeicher/ # === Docker === .env # === Python Bytecode === __pycache__/ *.py[cod] *$py.class # === Virtuelle Umgebungen === .venv/ env/ venv/ # === Build & Distribution === build/ dist/ *.egg-info/ .eggs/ # === Logs & temporäre Dateien === *.log *.tmp *.swp *.swo # === IDE / Editor Dateien === .vscode/ .idea/ *.iml # === macOS-spezifisch === .DS_Store .AppleDouble .LSOverride # === Python Tools === .mypy_cache/ .pytest_cache/ .coverage htmlcov/