diff --git a/.gitignore b/.gitignore index 2af45b5..d0a626c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,12 @@ # Workspace auth tokens .auth-token .auth_token + +# Python bytecode + caches — never commit. Generated by every test run. +__pycache__/ +*.pyc +*.pyo +*.pyd +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ diff --git a/scripts/__pycache__/migrate-template.cpython-313.pyc b/scripts/__pycache__/migrate-template.cpython-313.pyc deleted file mode 100644 index a90a932..0000000 Binary files a/scripts/__pycache__/migrate-template.cpython-313.pyc and /dev/null differ diff --git a/scripts/__pycache__/test_migrate_template.cpython-313-pytest-9.0.3.pyc b/scripts/__pycache__/test_migrate_template.cpython-313-pytest-9.0.3.pyc deleted file mode 100644 index 4dbf49a..0000000 Binary files a/scripts/__pycache__/test_migrate_template.cpython-313-pytest-9.0.3.pyc and /dev/null differ diff --git a/scripts/__pycache__/test_validate_workspace_template.cpython-313-pytest-9.0.3.pyc b/scripts/__pycache__/test_validate_workspace_template.cpython-313-pytest-9.0.3.pyc deleted file mode 100644 index c0de105..0000000 Binary files a/scripts/__pycache__/test_validate_workspace_template.cpython-313-pytest-9.0.3.pyc and /dev/null differ diff --git a/scripts/__pycache__/validate-workspace-template.cpython-313.pyc b/scripts/__pycache__/validate-workspace-template.cpython-313.pyc deleted file mode 100644 index 81fd1df..0000000 Binary files a/scripts/__pycache__/validate-workspace-template.cpython-313.pyc and /dev/null differ