diff --git a/.gitignore b/.gitignore index 156b070..819c527 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ *.mp4 *.mp3 *.ass -user_data.json -yt_cache.json vids/* # Byte-compiled / optimized / DLL files __pycache__/ @@ -12,7 +10,7 @@ __pycache__/ anixstream.ini # C extensions *.so - +data/ # Distribution / packaging .Python build/ diff --git a/anixstream/temp/temp.py b/anixstream/temp/temp.py deleted file mode 100644 index b25b4f1..0000000 --- a/anixstream/temp/temp.py +++ /dev/null @@ -1,4 +0,0 @@ -import plyer -plyer.facades.StoragePath.get() -p = plyer.storagepath.get_external_storage_dir() -print(p)