From b03b8e0d0197133d32c02e3cd326516dc22131ed Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:47:29 -0400 Subject: [PATCH] update ignore --- .gitignore | 5 +++++ .vs/PythonSettings.json | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .vs/PythonSettings.json diff --git a/.gitignore b/.gitignore index 447a756..954981a 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,8 @@ modes/default/__pycache__/fastlvl.cpython-311.pyc modes/default/__pycache__/gold.cpython-311.pyc modes/default/__pycache__/powerlvl.cpython-311.pyc modes/default/__pycache__/totallvl.cpython-311.pyc +.vs/BHBot/v17/TestStore/0/testlog.manifest +.vs/BHBot/v17/TestStore/0/000.testlog +.vs/BHBot/FileContentIndex/f993ce8a-bb9e-4026-b823-68c0241d4f78.vsidx +.vs/BHBot/FileContentIndex/d64165ad-09f9-4de2-9e8c-0a8110948a73.vsidx +.vs/BHBot/FileContentIndex/711c0d3e-1757-4467-b345-7314c103ec7c.vsidx diff --git a/.vs/PythonSettings.json b/.vs/PythonSettings.json new file mode 100644 index 0000000..722fed8 --- /dev/null +++ b/.vs/PythonSettings.json @@ -0,0 +1,3 @@ +{ + "TestFramework": "Pytest" +} \ No newline at end of file