diff --git a/.gitignore b/.gitignore index f085a1aab5..8c7414ac4b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,10 @@ node_modules !.yarn/releases !.yarn/versions +__pycache__/ +*.py[cod] +*$py.class + # testing coverage diff --git a/scratchpad/invalid-tasks/jj_inspect_conflicts_17/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc b/scratchpad/invalid-tasks/jj_inspect_conflicts_17/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 25db49758d..0000000000 Binary files a/scratchpad/invalid-tasks/jj_inspect_conflicts_17/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/scratchpad/invalid-tasks/jj_recover_abandoned_branch_15/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc b/scratchpad/invalid-tasks/jj_recover_abandoned_branch_15/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 289d6b506f..0000000000 Binary files a/scratchpad/invalid-tasks/jj_recover_abandoned_branch_15/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/scratchpad/invalid-tasks/jj_recover_abandoned_branch_15/tests/__pycache__/test_final_state.cpython-312-pytest-9.0.2.pyc b/scratchpad/invalid-tasks/jj_recover_abandoned_branch_15/tests/__pycache__/test_final_state.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 080f36bd86..0000000000 Binary files a/scratchpad/invalid-tasks/jj_recover_abandoned_branch_15/tests/__pycache__/test_final_state.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/absorb_fixup_multi_target/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/absorb_fixup_multi_target/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 31af0b6932..0000000000 Binary files a/tasks/absorb_fixup_multi_target/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/batch_squash_by_author/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/batch_squash_by_author/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 782b028ed0..0000000000 Binary files a/tasks/batch_squash_by_author/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/debug_divergence_behavior/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc b/tasks/debug_divergence_behavior/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index e60b21f1b8..0000000000 Binary files a/tasks/debug_divergence_behavior/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/git_colocated_recovery/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/git_colocated_recovery/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index c34c1a0ca0..0000000000 Binary files a/tasks/git_colocated_recovery/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/git_colocated_upstream_rebase/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/git_colocated_upstream_rebase/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 4a63e0883c..0000000000 Binary files a/tasks/git_colocated_upstream_rebase/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/git_interop_migration_checkpoint_14/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc b/tasks/git_interop_migration_checkpoint_14/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 1e55037a57..0000000000 Binary files a/tasks/git_interop_migration_checkpoint_14/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/git_migration_checkpoint_sync/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc b/tasks/git_migration_checkpoint_sync/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 1dd9597409..0000000000 Binary files a/tasks/git_migration_checkpoint_sync/__pycache__/test_initial_state.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/git_semantics_comparison_1772734315/__pycache__/test_final_state_local.cpython-312-pytest-9.0.2.pyc b/tasks/git_semantics_comparison_1772734315/__pycache__/test_final_state_local.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index d661abde39..0000000000 Binary files a/tasks/git_semantics_comparison_1772734315/__pycache__/test_final_state_local.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/git_semantics_comparison_1772734315/__pycache__/test_initial_state_local.cpython-312-pytest-9.0.2.pyc b/tasks/git_semantics_comparison_1772734315/__pycache__/test_initial_state_local.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 5e42cf844b..0000000000 Binary files a/tasks/git_semantics_comparison_1772734315/__pycache__/test_initial_state_local.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/insert_commit_in_stack/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/insert_commit_in_stack/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 8ca99ad014..0000000000 Binary files a/tasks/insert_commit_in_stack/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/insert_commit_in_stack/tests/__pycache__/test_final_state.cpython-312-pytest-7.4.4.pyc b/tasks/insert_commit_in_stack/tests/__pycache__/test_final_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 9a3032e117..0000000000 Binary files a/tasks/insert_commit_in_stack/tests/__pycache__/test_final_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/multi_parent_octopus_merge/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc b/tasks/multi_parent_octopus_merge/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 36dab2dfac..0000000000 Binary files a/tasks/multi_parent_octopus_merge/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/recover_abandoned_changes_15/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc b/tasks/recover_abandoned_changes_15/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 5a57d98e9c..0000000000 Binary files a/tasks/recover_abandoned_changes_15/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/recover_abandoned_changes_support/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc b/tasks/recover_abandoned_changes_support/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 53e2e8ce53..0000000000 Binary files a/tasks/recover_abandoned_changes_support/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/resolve_merge_conflicts_16/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/resolve_merge_conflicts_16/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 06fb120820..0000000000 Binary files a/tasks/resolve_merge_conflicts_16/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/resolve_merge_conflicts_16/tests/__pycache__/test_final_state.cpython-312-pytest-7.4.4.pyc b/tasks/resolve_merge_conflicts_16/tests/__pycache__/test_final_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 44232a611a..0000000000 Binary files a/tasks/resolve_merge_conflicts_16/tests/__pycache__/test_final_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/revset_ancestry_report/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/revset_ancestry_report/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 20ccb6ccc8..0000000000 Binary files a/tasks/revset_ancestry_report/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/revset_prune_audit_history/__pycache__/test_initial_state_rewritten.cpython-312-pytest-8.4.1.pyc b/tasks/revset_prune_audit_history/__pycache__/test_initial_state_rewritten.cpython-312-pytest-8.4.1.pyc deleted file mode 100644 index 820d112ced..0000000000 Binary files a/tasks/revset_prune_audit_history/__pycache__/test_initial_state_rewritten.cpython-312-pytest-8.4.1.pyc and /dev/null differ diff --git a/tasks/split_squash_and_rebase_stack/__pycache__/test_initial_state_temp.cpython-312-pytest-9.0.2.pyc b/tasks/split_squash_and_rebase_stack/__pycache__/test_initial_state_temp.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 0b13575db2..0000000000 Binary files a/tasks/split_squash_and_rebase_stack/__pycache__/test_initial_state_temp.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/template_changelog_and_release/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/template_changelog_and_release/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 849e186a82..0000000000 Binary files a/tasks/template_changelog_and_release/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/template_changelog_and_release/tests/__pycache__/test_outputs.cpython-312-pytest-7.4.4.pyc b/tasks/template_changelog_and_release/tests/__pycache__/test_outputs.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index d1d6c93721..0000000000 Binary files a/tasks/template_changelog_and_release/tests/__pycache__/test_outputs.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/template_ci_build_metadata/bootstrap/__pycache__/test_initial_state.cpython-312.pyc b/tasks/template_ci_build_metadata/bootstrap/__pycache__/test_initial_state.cpython-312.pyc deleted file mode 100644 index 300e6b48d1..0000000000 Binary files a/tasks/template_ci_build_metadata/bootstrap/__pycache__/test_initial_state.cpython-312.pyc and /dev/null differ diff --git a/tasks/template_ci_build_metadata/tests/__pycache__/test_outputs.cpython-312.pyc b/tasks/template_ci_build_metadata/tests/__pycache__/test_outputs.cpython-312.pyc deleted file mode 100644 index 7bfe54cc4d..0000000000 Binary files a/tasks/template_ci_build_metadata/tests/__pycache__/test_outputs.cpython-312.pyc and /dev/null differ diff --git a/tasks/template_patch_email_bundle/bootstrap/__pycache__/test_initial_state.cpython-312.pyc b/tasks/template_patch_email_bundle/bootstrap/__pycache__/test_initial_state.cpython-312.pyc deleted file mode 100644 index 8c67cf6885..0000000000 Binary files a/tasks/template_patch_email_bundle/bootstrap/__pycache__/test_initial_state.cpython-312.pyc and /dev/null differ diff --git a/tasks/template_patch_email_bundle/tests/__pycache__/test_outputs.cpython-312.pyc b/tasks/template_patch_email_bundle/tests/__pycache__/test_outputs.cpython-312.pyc deleted file mode 100644 index df8a0cbf65..0000000000 Binary files a/tasks/template_patch_email_bundle/tests/__pycache__/test_outputs.cpython-312.pyc and /dev/null differ diff --git a/tasks/three_way_conflict_resolution/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/three_way_conflict_resolution/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 386466a143..0000000000 Binary files a/tasks/three_way_conflict_resolution/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ diff --git a/tasks/undo_mistaken_rebase/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc b/tasks/undo_mistaken_rebase/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index e39343c5cd..0000000000 Binary files a/tasks/undo_mistaken_rebase/__pycache__/test_initial_state_rewritten.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tasks/workspace_corruption_recovery/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc b/tasks/workspace_corruption_recovery/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc deleted file mode 100644 index 0de4032324..0000000000 Binary files a/tasks/workspace_corruption_recovery/bootstrap/__pycache__/test_initial_state.cpython-312-pytest-7.4.4.pyc and /dev/null differ