Skip to content

[MEDIUM] Plugin: Missing __pycache__/ in .gitignore #420

@JeremyDev87

Description

@JeremyDev87

Problem

packages/claude-code-plugin/.gitignore is missing Python-related patterns, so hooks/__pycache__/ directories and *.pyc files can be tracked by git.

Affected Files

  • packages/claude-code-plugin/.gitignore

Solution

Add to .gitignore:

__pycache__/
*.pyc
*.pyo

If already tracked:

git rm -r --cached hooks/__pycache__/

Testing

  1. git status does not show __pycache__ files

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions