chore: add __pycache__ and *.pyc to .gitignore

Prevent Python bytecode from being committed. Several open PRs
accidentally included __pycache__/ directories.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This commit is contained in:
Zaki
2026-03-14 11:57:42 -07:00
co-authored by Claude Opus 4.6
parent 2b625ef3df
commit bd77b8b14b
+4
View File
@@ -14,6 +14,10 @@
target/
# Python
__pycache__/
*.pyc
# Benchmark results (local runs, not committed)
bench-results/