diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0d993e --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +__pycache__/
+*.py[cod]
+*$py.class
+youtube_dl/
+banned_addresses.txt
+youtube/common_old.py
+youtube/common_older.py
+youtube/watch_old.py
+youtube/watch_later.txt
\ No newline at end of file |