Skip to content

Commit b6b2755

Browse files
committed
chore: ignore Python bytecode caches
1 parent 236edb2 commit b6b2755

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ mantis/
168168
!.agents/skills/tag-duplicate-prs-issues/**
169169
!.agents/skills/autoreview/
170170
!.agents/skills/autoreview/**
171+
.agents/skills/**/__pycache__/
172+
.agents/skills/**/*.py[cod]
171173

172174
# Agent credentials and memory (NEVER COMMIT)
173175
/memory/

0 commit comments

Comments
 (0)