← back to Beverlyhillsvideos Tiktok
chore: gitignore __pycache__ (session close)
21f216f26f5c1da56b67f68a99fbdb5c815b0150 · 2026-08-06 07:48:34 -0700 · Steve Abrams
Files touched
M .gitignoreD scripts/__pycache__/build_video.cpython-314.pycD scripts/__pycache__/build_video1.cpython-314.pyc
Diff
commit 21f216f26f5c1da56b67f68a99fbdb5c815b0150
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Aug 6 07:48:34 2026 -0700
chore: gitignore __pycache__ (session close)
---
.gitignore | 2 ++
scripts/__pycache__/build_video.cpython-314.pyc | Bin 10563 -> 0 bytes
scripts/__pycache__/build_video1.cpython-314.pyc | Bin 9419 -> 0 bytes
3 files changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 4412c52..1c103df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ build/
.next/
*.mp4
assets/renders/
+__pycache__/
+*.pyc
diff --git a/scripts/__pycache__/build_video.cpython-314.pyc b/scripts/__pycache__/build_video.cpython-314.pyc
deleted file mode 100644
index f0647b8..0000000
Binary files a/scripts/__pycache__/build_video.cpython-314.pyc and /dev/null differ
diff --git a/scripts/__pycache__/build_video1.cpython-314.pyc b/scripts/__pycache__/build_video1.cpython-314.pyc
deleted file mode 100644
index 84fe461..0000000
Binary files a/scripts/__pycache__/build_video1.cpython-314.pyc and /dev/null differ
← f51ec56 chore: lint (pyflakes clean), v0.1.0 (session close)
·
back to Beverlyhillsvideos Tiktok
·
(newest)