diff --git a/.gitignore b/.gitignore index 6d9fd25..a219215 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,7 @@ tmp/* bin/* pkg/* + +# Python cache artifacts +__pycache__/ +*.pyc diff --git a/tests/plugins/__pycache__/uce_http_smoke.cpython-313.pyc b/tests/plugins/__pycache__/uce_http_smoke.cpython-313.pyc deleted file mode 100644 index e829c5a..0000000 Binary files a/tests/plugins/__pycache__/uce_http_smoke.cpython-313.pyc and /dev/null differ diff --git a/tests/plugins/__pycache__/uce_site_suite.cpython-313.pyc b/tests/plugins/__pycache__/uce_site_suite.cpython-313.pyc deleted file mode 100644 index 9a94f71..0000000 Binary files a/tests/plugins/__pycache__/uce_site_suite.cpython-313.pyc and /dev/null differ diff --git a/tests/plugins/__pycache__/uce_tcp_smoke.cpython-313.pyc b/tests/plugins/__pycache__/uce_tcp_smoke.cpython-313.pyc deleted file mode 100644 index 38aa7f6..0000000 Binary files a/tests/plugins/__pycache__/uce_tcp_smoke.cpython-313.pyc and /dev/null differ