chore(ci): remove committed Python bytecode and ignore __pycache__#54
chore(ci): remove committed Python bytecode and ignore __pycache__#54dmchaledev wants to merge 1 commit into
Conversation
wrapper_drift_check.cpython-311.pyc was accidentally committed in #40. Untrack it and add __pycache__/*.pyc to .gitignore so future CI runs of the drift-check script don't get compiled artifacts staged again. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019KjcAeNHY6b48DGdjV2Ger
|
Duplicate of #53 — both PRs make the identical change (untrack Generated by Claude Code |
|
Closing as a duplicate of #53 — both PRs remove the same tracked Generated by Claude Code |
Summary
.github/scripts/__pycache__/wrapper_drift_check.cpython-311.pyc) alongside the newwrapper_drift_check.pyCI script..gitignorehad no rule for__pycache__//*.pyc, so any local run of the drift-check script (e.g. during CI debugging) risks re-staging compiled artifacts..pycfile and adds__pycache__/and*.pycto.gitignore.Test plan
git statusclean after removal; no other__pycache__/*.pycfiles tracked in the repoterraform validate/tflint/checkov/trivyare unaffected🤖 Generated with Claude Code
https://claude.ai/code/session_019KjcAeNHY6b48DGdjV2Ger
Generated by Claude Code