From 7892d7ea571db8ec9e4ccb7bfed224acc976d440 Mon Sep 17 00:00:00 2001 From: Chocomint <86723911+ChocomintSSR@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:36:45 +0800 Subject: [PATCH] add "output" folder in .gitignore - release v1.1 execute file --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf65749..1092fe9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -__pycache__/soundcloud.cpython-312.pyc -__pycache__/utils.cpython-312.pyc -__pycache__/youtube.cpython-312.pyc +__pycache__/ +output/ test.py