From 05e20501a9d9a277a9e3bdaf4897c7bbc8792748 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 12 Dec 2025 14:34:58 +0800 Subject: [PATCH] Initial commit --- create_repo.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/create_repo.py b/create_repo.py index 34a8f91..352be9b 100644 --- a/create_repo.py +++ b/create_repo.py @@ -44,6 +44,9 @@ __pycache__/ .vscode/ .idea/ *.log +*.mp4 +.venv/ +.node_modules/ """ with open(".gitignore", "w") as f: f.write(content.strip())