Initial video AI analysis project

This commit is contained in:
yangyl
2026-06-17 11:33:54 +08:00
commit ef0047af6d
35 changed files with 8613 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Secrets and local credentials
access_token.md
.env
.env.*
*.pem
*.key
# Runtime inputs and generated outputs
outputs/
videos/
downloads/
frames/
codex_records/
# Agent working notes, not project source
findings.md
memories.md
progress.md
task_plan.md
# Python caches and test artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/
# Local indexes, editor, and OS files
.codegraph/
.DS_Store
.idea/
.vscode/
# Logs and temporary files
*.log
*.pid
*.tmp