Commit 847aeb7
__pycache__/threatcrush-to-sarif.cpython-314.pyc went in with #963.
Testing the converter means importing it, importing it writes bytecode
beside it, and `git add -A` on that directory took the lot.
No consumer saw it: the pack's `files:` list names workflow.yml and
threatcrush-to-sarif.py explicitly, so nothing globs the directory and
nothing shipped. This is repository hygiene, not an install problem.
Ignored rather than only deleted, because the next person to run that
converter locally will regenerate it and the same `git add -A` will
pick it up again. One Python file in the repository is exactly the
number that makes this easy to miss.
Signed-off-by: Anthony Ettinger <anthony@chovy.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 92cd30d commit 847aeb7
2 files changed
Lines changed: 7 additions & 0 deletions
File tree
- packages/actions/threatcrush-scan/__pycache__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
Binary file not shown.
0 commit comments