refactor:removed unecesarry files

This commit is contained in:
Benex254
2024-08-05 09:46:56 +03:00
parent 5a5173c352
commit 9ecce3bf78
2 changed files with 1 additions and 7 deletions

4
.gitignore vendored
View File

@@ -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/

View File

@@ -1,4 +0,0 @@
import plyer
plyer.facades.StoragePath.get()
p = plyer.storagepath.get_external_storage_dir()
print(p)