chore: ignore __pycache__/*.pyc, untrack committed bytecode

This commit is contained in:
kochetkov-ma
2026-08-09 14:07:51 +01:00
parent e3a4f3e024
commit b219ec5b44
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -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/**