chore: ignore Python bytecode

The repo had no ignore file, so a `git add -A` in a directory with a
Python tool committed its `__pycache__` — and a skill directory
propagates to every consumer, binaries included.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015EAmu4EbQ2s3nw4Q1aNVWz
This commit is contained in:
Claude
2026-07-31 10:29:56 +00:00
parent 5b8c8428be
commit 76ad625949
+3
View File
@@ -0,0 +1,3 @@
__pycache__/
*.py[cod]
.pytest_cache/