mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 07:40:41 -08:00
refactor:removed unecesarry files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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/
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
import plyer
|
||||
plyer.facades.StoragePath.get()
|
||||
p = plyer.storagepath.get_external_storage_dir()
|
||||
print(p)
|
||||
Reference in New Issue
Block a user