update .gitignore and hide ascii art with collapsible function

This commit is contained in:
Obie Hinojosa 2024-10-30 20:38:38 -07:00
parent 4bbc920579
commit 1561a1f6d1
3 changed files with 51 additions and 39 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
*.log
*.env
*.spec
test.py
*.test.py
checklist.md
/build
/dist

11
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}

View File

@ -70,7 +70,7 @@ tar_file_path = 'mods.tar.gz'
extract_to = 'mods'
extract_tar_archive(tar_file_path, extract_to)
def ascii():
print()
print()
print(" :+++++=")
@ -109,6 +109,7 @@ print(" ....")
#someone's gonna think im a furry or a femboy or some shit because of this.
print()
ascii()
print("sigma")
print("all done!")
print("This script will exit and close in ten seconds. :)")