mirror of
https://github.com/pandoscope/skills.git
synced 2026-09-19 05:58:34 +08:00
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:
@@ -0,0 +1,3 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
Reference in New Issue
Block a user