Projekt aus Docker-Image videoconverter:2.9 extrahiert. Enthält zweiphasigen Import-Workflow mit Serien-Zuordnung. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
39 lines
306 B
Text
39 lines
306 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Data
|
|
data/
|
|
|
|
# Docker
|
|
*.tar
|
|
|
|
# Alt-Backups
|
|
alt/
|
|
_extract/
|
|
|
|
# Config (wird zur Laufzeit gemountet)
|
|
video-konverter/app/cfg/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Claude
|
|
.claude/
|