From f85b4380eb51abd9c94546c3f5d97b43f950cc08 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Sun, 24 May 2026 07:22:37 +0000 Subject: [PATCH 1/2] Main --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9f80b8f..317a489 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,8 @@ build/ develop-eggs/ dist/ downloads/ -eggs/ -.eggs/ +dev +develop lib/ lib64/ parts/ From 395478ee6d12ce06612e3095b94844f28b9371ab Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Sun, 24 May 2026 07:34:13 +0000 Subject: [PATCH 2/2] Pending changes exported from your codespace --- .gitignore | 10 ++++------ .vscode/settings.json | 14 +++++++++++++- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 317a489..a3cfcc5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,18 +3,16 @@ __pycache__/ *.py[cod] *$py.class -# C extensions -*.so +*.no .DS_Store -# Distribution / packaging -.Python +Distribution / packaging + build/ develop-eggs/ dist/ downloads/ -dev -develop +Readme.md lib/ lib64/ parts/ diff --git a/.vscode/settings.json b/.vscode/settings.json index ffeae15..0255a4e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,17 @@ "terminal.integrated.env.windows": { "CONDA_AUTO_ACTIVATE_BASE": "false" }, - "terminal.integrated.defaultProfile.osx": "zsh" + "terminal.integrated.defaultProfile.osx": "zsh", + "python.testing.unittestArgs": [ + "-v", + "-s", + "./tests", + "-p", + "*test.py" + ], + "python.testing.pytestEnabled": true, + "python.testing.unittestEnabled": false, + "python.testing.pytestArgs": [ + "configs" + ] } \ No newline at end of file