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