molecule-ci/scripts
Hongming Wang 30e094220a
chore: remove accidentally-committed __pycache__ + gitignore Python caches (#20)
Cleanup of #19's commit, which inadvertently included scripts/__pycache__/
.pyc files generated by running pytest locally during the review-
followup work. The repo's .gitignore had no Python-cache section at
all, so nothing prevented this — adding it now to make the same
mistake structurally impossible.

Files removed from tracking (still ignored locally going forward):
  - scripts/__pycache__/migrate-template.cpython-313.pyc
  - scripts/__pycache__/test_migrate_template.cpython-313-pytest-9.0.3.pyc
  - scripts/__pycache__/test_validate_workspace_template.cpython-313-pytest-9.0.3.pyc
  - scripts/__pycache__/validate-workspace-template.cpython-313.pyc

Gitignore additions cover the standard set:
  __pycache__/, *.pyc, *.pyo, *.pyd, .pytest_cache/, .mypy_cache/,
  .ruff_cache/

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 12:18:46 -07:00
..
check-secrets.py fix(CI): replace grep secrets check with Python scanner 2026-04-21 11:04:51 +00:00
migrate-template.py fix(validator): address post-merge review findings on #17 + #18 (#19) 2026-04-28 12:17:44 -07:00
requirements.txt ci: streamline workflows, add timeouts, and cache pip 2026-04-20 04:54:35 +00:00
test_migrate_template.py feat(validator): schema-version dispatch + migrate-template.py framework (#18) 2026-04-28 12:07:04 -07:00
test_validate_workspace_template.py fix(validator): address post-merge review findings on #17 + #18 (#19) 2026-04-28 12:17:44 -07:00
validate-org-template.py fix: skip non-dict entries from !include in org validator 2026-04-16 04:52:45 -07:00
validate-plugin.py ci: streamline workflows, add timeouts, and cache pip 2026-04-20 04:54:35 +00:00
validate-workspace-template.py fix(validator): address post-merge review findings on #17 + #18 (#19) 2026-04-28 12:17:44 -07:00