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())