Skip to content

Commit 8f4ac67

Browse files
committed
Add VideoGenerator class for Meta AI video generation and retrieval
1 parent bf0a763 commit 8f4ac67

File tree

2 files changed

+682
-2
lines changed

2 files changed

+682
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ Thumbs.db
6969
*.html
7070
test*.py
7171
try*.py
72-
v*.py
73-
version*.py
7472
generate_video*.py
7573
sou*.py
7674
sou*.txt
@@ -81,6 +79,9 @@ video_generation_*.json
8179
source.html
8280
html_content.html
8381

82+
# Keep source code files
83+
!src/**/*.py
84+
8485
# Keep example files
8586
!examples/*.py
8687

0 commit comments

Comments
 (0)