mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
chore: ignore __pycache__/*.pyc, untrack committed bytecode
This commit is contained in:
@@ -28,6 +28,10 @@ d2c-output/
|
||||
.playwright-mcp/
|
||||
brewtools/skills/think-short/tests/e2e/results/
|
||||
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Codex-native plugin source is tracked in this repository.
|
||||
!.codex/
|
||||
!.codex/**
|
||||
|
||||
Reference in New Issue
Block a user