diff --git a/create_repo.py b/create_repo.py index f4b8658..d9bf48f 100644 --- a/create_repo.py +++ b/create_repo.py @@ -49,6 +49,7 @@ __pycache__/ *.mp4 .venv/ .node_modules/ +create_repo.py """ with open(".gitignore", "w") as f: f.write(content.strip())