chore: remove __pycache__ from repo and add to .gitignore (#1177)

Python bytecode cache files were accidentally committed. Remove them
from tracking and prevent future occurrences via .gitignore.

Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
This commit is contained in:
Illia Polosukhin
2026-03-14 19:17:48 +00:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 1770663279
commit 579c4fdbca
18 changed files with 4 additions and 0 deletions
+4
View File
@@ -14,6 +14,10 @@
target/
# Python
__pycache__/
*.pyc
# Benchmark results (local runs, not committed)
bench-results/