feat: implement vertical crop, local LLM deepseek-v4-flash, multi-threading, word-level pink box highlight subtitles, and Nextcloud scan sync
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# Video files
|
||||
*.mp4
|
||||
*.webm
|
||||
*.mov
|
||||
*.mkv
|
||||
|
||||
# YOLO model
|
||||
*.pt
|
||||
|
||||
# Python virtual environment
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Temporary files / runtime dirs
|
||||
temp_*
|
||||
uploads/
|
||||
downloads/
|
||||
videos/
|
||||
output/
|
||||
|
||||
# OS / IDE
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Generated metadata
|
||||
*_metadata.json
|
||||
|
||||
# Cache dirs
|
||||
.cache/
|
||||
.config/
|
||||
# Multi-agent Skills
|
||||
.agents/
|
||||
.agent/
|
||||
.claude/
|
||||
skills/
|
||||
skills-lock.json
|
||||
|
||||
Reference in New Issue
Block a user