diff --git a/.gitignore b/.gitignore index 9f71b11..5583f47 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ build/ secrets/ goaws cmd + +# Python cache +__pycache__/ +*.pyc diff --git a/tests/__pycache__/load_test.cpython-312.pyc b/tests/__pycache__/load_test.cpython-312.pyc deleted file mode 100644 index bd9c3ea..0000000 Binary files a/tests/__pycache__/load_test.cpython-312.pyc and /dev/null differ