Compare commits

...
Author SHA1 Message Date
ZakiandClaude Opus 4.6 bd77b8b14b 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]>
2026-03-14 11:57:42 -07:00
+4
View File
@@ -14,6 +14,10 @@
target/
# Python
__pycache__/
*.pyc
# Benchmark results (local runs, not committed)
bench-results/