From 652e219293a7ff31ef119f4e2986c0795005fd7a Mon Sep 17 00:00:00 2001 From: JayXiao Date: Tue, 17 Mar 2026 14:21:04 +0800 Subject: [PATCH] Add notebooks and scripts scaffold --- notebooks/character_engine/.gitkeep | 0 notebooks/integration/.gitkeep | 0 notebooks/scratch/.gitkeep | 0 notebooks/shot_engine/.gitkeep | 0 notebooks/story_engine/.gitkeep | 0 notebooks/video_engine/.gitkeep | 0 notebooks/world_engine/.gitkeep | 0 scripts/.gitkeep | 0 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 notebooks/character_engine/.gitkeep create mode 100644 notebooks/integration/.gitkeep create mode 100644 notebooks/scratch/.gitkeep create mode 100644 notebooks/shot_engine/.gitkeep create mode 100644 notebooks/story_engine/.gitkeep create mode 100644 notebooks/video_engine/.gitkeep create mode 100644 notebooks/world_engine/.gitkeep create mode 100644 scripts/.gitkeep diff --git a/notebooks/character_engine/.gitkeep b/notebooks/character_engine/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/notebooks/integration/.gitkeep b/notebooks/integration/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/notebooks/scratch/.gitkeep b/notebooks/scratch/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/notebooks/shot_engine/.gitkeep b/notebooks/shot_engine/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/notebooks/story_engine/.gitkeep b/notebooks/story_engine/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/notebooks/video_engine/.gitkeep b/notebooks/video_engine/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/notebooks/world_engine/.gitkeep b/notebooks/world_engine/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/scripts/.gitkeep b/scripts/.gitkeep new file mode 100644 index 0000000..e69de29