From 59355909f2de9236af8168a26c70bcf6caa3b285 Mon Sep 17 00:00:00 2001 From: Elvis Claros Castro Date: Sat, 26 Sep 2026 20:21:47 -0300 Subject: Import video pipeline as it was --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7da0c69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Generated output: renders, audio, final videos and scratch space +/render/ +/out/ +/media/ +/tmp/ +/audio/ +/godot/trabajo/ +/godot/.godot/ +__pycache__/ +*.pyc -- cgit v1.2.3