init: video-create project with skills and accounts

This commit is contained in:
2026-04-29 21:04:43 +08:00
commit dadddc7aec
64 changed files with 14715 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Dependencies
node_modules/
# Output (generated images, videos, manifests)
output/
# Config with API keys
config.json
.claude/skills/config.json
# Local settings
.claude/settings.local.json
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Environment
.env
.env.*