diff --git a/.gitignore b/.gitignore index bb8bd8f..8b9252e 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,9 @@ scratchpads/ *.scratch.md *agent-council*.md tools/deploy-check/node_modules/ + +# Python bytecode. These were committed and then reported as modified on every +# test run, because .pyc embeds the source mtime and the interpreter version - +# so the repo was permanently dirty and every diff carried binary noise. +__pycache__/ +*.py[cod] diff --git a/scripts/__pycache__/check_migrations.cpython-310.pyc b/scripts/__pycache__/check_migrations.cpython-310.pyc deleted file mode 100644 index 863e58c..0000000 Binary files a/scripts/__pycache__/check_migrations.cpython-310.pyc and /dev/null differ diff --git a/tests/__pycache__/test_check_migrations.cpython-310-pytest-9.0.2.pyc b/tests/__pycache__/test_check_migrations.cpython-310-pytest-9.0.2.pyc deleted file mode 100644 index be44105..0000000 Binary files a/tests/__pycache__/test_check_migrations.cpython-310-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/__pycache__/test_crac_train_workflow.cpython-310-pytest-9.0.2.pyc b/tests/__pycache__/test_crac_train_workflow.cpython-310-pytest-9.0.2.pyc deleted file mode 100644 index 6f01aef..0000000 Binary files a/tests/__pycache__/test_crac_train_workflow.cpython-310-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/__pycache__/test_deploy_actions_cli_drift.cpython-310-pytest-9.0.2.pyc b/tests/__pycache__/test_deploy_actions_cli_drift.cpython-310-pytest-9.0.2.pyc deleted file mode 100644 index a5bfb2f..0000000 Binary files a/tests/__pycache__/test_deploy_actions_cli_drift.cpython-310-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/__pycache__/test_deploy_platform_d.cpython-310-pytest-9.0.2.pyc b/tests/__pycache__/test_deploy_platform_d.cpython-310-pytest-9.0.2.pyc deleted file mode 100644 index e002517..0000000 Binary files a/tests/__pycache__/test_deploy_platform_d.cpython-310-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/__pycache__/test_leak_patterns.cpython-310-pytest-9.0.2.pyc b/tests/__pycache__/test_leak_patterns.cpython-310-pytest-9.0.2.pyc deleted file mode 100644 index 8631d4d..0000000 Binary files a/tests/__pycache__/test_leak_patterns.cpython-310-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/__pycache__/test_leak_patterns.cpython-310.pyc b/tests/__pycache__/test_leak_patterns.cpython-310.pyc deleted file mode 100644 index 7c33ef8..0000000 Binary files a/tests/__pycache__/test_leak_patterns.cpython-310.pyc and /dev/null differ diff --git a/tests/__pycache__/test_leak_scan_diff_scope.cpython-310-pytest-9.0.2.pyc b/tests/__pycache__/test_leak_scan_diff_scope.cpython-310-pytest-9.0.2.pyc deleted file mode 100644 index c6144dc..0000000 Binary files a/tests/__pycache__/test_leak_scan_diff_scope.cpython-310-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/__pycache__/test_leak_scan_diff_scope.cpython-310.pyc b/tests/__pycache__/test_leak_scan_diff_scope.cpython-310.pyc deleted file mode 100644 index e383de0..0000000 Binary files a/tests/__pycache__/test_leak_scan_diff_scope.cpython-310.pyc and /dev/null differ diff --git a/tests/__pycache__/test_scorecard.cpython-310-pytest-9.0.2.pyc b/tests/__pycache__/test_scorecard.cpython-310-pytest-9.0.2.pyc deleted file mode 100644 index 6160d29..0000000 Binary files a/tests/__pycache__/test_scorecard.cpython-310-pytest-9.0.2.pyc and /dev/null differ