From 1206528e423fd45525acd898273707ccb84a0cda Mon Sep 17 00:00:00 2001 From: david Date: Fri, 19 May 2023 02:11:02 +0200 Subject: [PATCH] Repo cleanup --- .gitignore | 6 +++--- .vscode/settings.json | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 1d65383..a667458 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ +.vscode/ +__pycache__/ db.sqlite3 videos/ channel_archiver/yt-dlp-archive.txt -channel_archiver/UnusualVideos* -*__pycache__* -*.pyc \ No newline at end of file +channel_archiver/UnusualVideos* \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 834369a..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "[python]": { - "editor.defaultFormatter": "ms-python.python" - }, - "python.formatting.provider": "none" -} \ No newline at end of file