Remove tracked Python bytecode artifacts from scripts/__pycache__#203
Draft
dani-tweig with Copilot wants to merge 15 commits into
Draft
Remove tracked Python bytecode artifacts from scripts/__pycache__#203dani-tweig with Copilot wants to merge 15 commits into
scripts/__pycache__#203dani-tweig with Copilot wants to merge 15 commits into
Conversation
Copilot
AI
changed the title
[WIP] Add webhook to Jira for linked PRs
PM-327: Add Jira issue web-link sync for linked PRs
Jun 29, 2026
Copilot
AI
changed the title
PM-327: Add Jira issue web-link sync for linked PRs
PM-327: Sync linked PR URL to Jira issue remote links across PR events
Jun 29, 2026
Copilot
AI
changed the title
PM-327: Sync linked PR URL to Jira issue remote links across PR events
Limit PR scope to Python Jira sync scripts only
Jun 29, 2026
Copilot
AI
changed the title
Limit PR scope to Python Jira sync scripts only
Narrow PR scope to jira_sync_logic.py and jira_sync_modules.py only
Jun 29, 2026
Copilot
AI
changed the title
Narrow PR scope to jira_sync_logic.py and jira_sync_modules.py only
Narrow PR scope to Jun 29, 2026
jira_sync_logic.py and jira_sync_modules.py
Copilot
AI
changed the title
Narrow PR scope to
Remove tracked Python bytecode artifacts from Jun 29, 2026
jira_sync_logic.py and jira_sync_modules.pyscripts/__pycache__
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two compiled Python artifacts were accidentally included in the PR under
scripts/__pycache__, adding binary noise to the change set. This PR removes those tracked.pycfiles so the PR contains only source-level changes.Scope
scripts/__pycache__/jira_sync_modules.cpython-312.pycscripts/__pycache__/jira_sync_logic.cpython-312.pycImpact
git rm scripts/__pycache__/jira_sync_modules.cpython-312.pyc \ scripts/__pycache__/jira_sync_logic.cpython-312.pyc