Repo cleanup

This commit is contained in:
david 2023-05-19 02:11:02 +02:00
parent 19dc4b5b64
commit 1206528e42
2 changed files with 3 additions and 9 deletions

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
.vscode/
__pycache__/
db.sqlite3
videos/
channel_archiver/yt-dlp-archive.txt
channel_archiver/UnusualVideos*
*__pycache__*
*.pyc
channel_archiver/UnusualVideos*

View File

@ -1,6 +0,0 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"python.formatting.provider": "none"
}