From 42b66b33b2606f68ba9e1fb0eb368a602c646bf6 Mon Sep 17 00:00:00 2001 From: Coffee Date: Mon, 16 Mar 2026 17:16:15 +0800 Subject: [PATCH] chore: gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index af576d67..4d223cda 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ target/ # Python __pycache__/ *.pyc +*.pyo +*.pyd # Benchmark results (local runs, not committed) bench-results/