Skip to content

chore: gitignore Python bytecode cache (__pycache__/*.pyc) - #61

Merged
robercano-ghbot merged 1 commit into
mainfrom
chore/gitignore-pycache
Jul 7, 2026
Merged

chore: gitignore Python bytecode cache (__pycache__/*.pyc)#61
robercano-ghbot merged 1 commit into
mainfrom
chore/gitignore-pycache

Conversation

@robercano-ghbot

Copy link
Copy Markdown
Collaborator

Ignore Python bytecode cache generated by the new PreToolUse guard script under .claude/scripts/ (guard-git-add.py — the first .py there). Running/importing it creates __pycache__/*.pyc, which should never be committed, in this repo or downstream consumers.

One-line change; verified git check-ignore now matches .claude/scripts/__pycache__/*.pyc.

🤖 Generated with Claude Code

The PreToolUse guard (guard-git-add.py) is the first .py under .claude/scripts;
running/importing it generates __pycache__/*.pyc. Ignore it so it never clutters
status or gets committed — in this repo and in downstream consumers.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01NTZEsfFT4mrZpv8CY67Frd
@robercano-ghbot
robercano-ghbot merged commit 400dd5e into main Jul 7, 2026
9 checks passed
@robercano-ghbot
robercano-ghbot deleted the chore/gitignore-pycache branch July 7, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants