diff --git a/.gitignore b/.gitignore index 035c4f4..6239aeb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ # K10 replay bundles are generated artifacts of a failing run. replays/ + +# Python bytecode +__pycache__/ +*.pyc diff --git a/tools/__pycache__/cb-cost.cpython-312.pyc b/tools/__pycache__/cb-cost.cpython-312.pyc deleted file mode 100644 index c17f963..0000000 Binary files a/tools/__pycache__/cb-cost.cpython-312.pyc and /dev/null differ diff --git a/tools/__pycache__/dep-weight.cpython-312.pyc b/tools/__pycache__/dep-weight.cpython-312.pyc deleted file mode 100644 index 151a5e2..0000000 Binary files a/tools/__pycache__/dep-weight.cpython-312.pyc and /dev/null differ diff --git a/tools/__pycache__/mutation-check.cpython-312.pyc b/tools/__pycache__/mutation-check.cpython-312.pyc deleted file mode 100644 index 384ffd2..0000000 Binary files a/tools/__pycache__/mutation-check.cpython-312.pyc and /dev/null differ diff --git a/tools/__pycache__/repo.cpython-312.pyc b/tools/__pycache__/repo.cpython-312.pyc deleted file mode 100644 index 0ef261c..0000000 Binary files a/tools/__pycache__/repo.cpython-312.pyc and /dev/null differ diff --git a/tools/__pycache__/rule-coverage.cpython-312.pyc b/tools/__pycache__/rule-coverage.cpython-312.pyc deleted file mode 100644 index c975e36..0000000 Binary files a/tools/__pycache__/rule-coverage.cpython-312.pyc and /dev/null differ