diff options
author | neodarz <neodarz@neodarz.net> | 2020-08-15 14:07:15 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-08-15 14:07:15 +0200 |
commit | c4fb7fda5b1b6bb22db1f517f71cf393f68c6a9b (patch) | |
tree | 746b1c9e7d5b2f49e338706fec9f9c0d74f9f7c3 /.gitignore | |
download | music_downloader-c4fb7fda5b1b6bb22db1f517f71cf393f68c6a9b.tar.xz music_downloader-c4fb7fda5b1b6bb22db1f517f71cf393f68c6a9b.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7623b7b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__ + +.urls_cache.txt +out |