From 8353450f9ea8df070679147ab62399fc81511236 Mon Sep 17 00:00:00 2001 From: Predrag Radenkovic Date: Fri, 23 Jan 2026 11:45:23 +0100 Subject: [PATCH 1/2] Remove the api setup --- examples/example_hello_world_python/config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/example_hello_world_python/config.yaml b/examples/example_hello_world_python/config.yaml index 9b24666..217acaf 100644 --- a/examples/example_hello_world_python/config.yaml +++ b/examples/example_hello_world_python/config.yaml @@ -1,5 +1,3 @@ unittests-script: ../../test_scripts/run_unittests_python.sh conformance-tests-script: ../../test_scripts/run_conformance_tests_python.sh verbose: true # verbose flag, defaults to false if not set - -api: http://127.0.0.1:5000 From 0736756b3e52b6360e035a3a5416e2ec711a64c1 Mon Sep 17 00:00:00 2001 From: Predrag Radenkovic Date: Fri, 23 Jan 2026 14:05:16 +0100 Subject: [PATCH 2/2] Remove plain_modules from git --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2df725e..9f80976 100644 --- a/.gitignore +++ b/.gitignore @@ -10,13 +10,14 @@ examples/**/node_conformance_tests/ examples/**/package-lock.json examples/**/node_modules/ examples/**/node_harness_tests/ +examples/**/plain_modules/ examples/**/go_build/ examples/**/python_build/ -test_harness/**/go_plain_modules/ -test_harness/**/python_plain_modules/ -test_harness/**/node_plain_modules/ +examples/**/go_plain_modules/ +examples/**/python_plain_modules/ +examples/**/node_plain_modules/ *.log