update .gitignore
and hide ascii art with collapsible function
This commit is contained in:
parent
4bbc920579
commit
1561a1f6d1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
*.log
|
||||
*.env
|
||||
*.spec
|
||||
test.py
|
||||
*.test.py
|
||||
checklist.md
|
||||
/build
|
||||
/dist
|
||||
|
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"python.testing.unittestArgs": [
|
||||
"-v",
|
||||
"-s",
|
||||
".",
|
||||
"-p",
|
||||
"*test*.py"
|
||||
],
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true
|
||||
}
|
@ -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. :)")
|
||||
|
Reference in New Issue
Block a user