From 101beac47407217e4c75d818bf020ecbb805885c Mon Sep 17 00:00:00 2001 From: aidaxun <115847021+aidaxun@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:19:05 +0000 Subject: [PATCH 1/2] Initial commit --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e1ff1cb..6a0a41b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -.git -.DS_store -__pycache__/ -/out/ -/test* +.git +.DS_store +__pycache__/ +/out/ +/test* From 4714a7a1ee1cd9e0246480e49046d9035e64be2b Mon Sep 17 00:00:00 2001 From: aidaxun <115847021+aidaxun@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:19:06 +0000 Subject: [PATCH 2/2] Pending changes exported from your codespace --- .vscode/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..65d939f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "python.testing.unittestArgs": [ + "-v", + "-s", + ".", + "-p", + "*test.py" + ], + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": true +} \ No newline at end of file