chore: gitignore tools/__pycache__/ + remove the .pyc that snuck in

This commit is contained in:
Kayshen-X 2026-05-10 19:04:55 +08:00
parent 759fbc3950
commit 8a1ba4d19f
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View file

@ -36,3 +36,5 @@ dist-electron/
Cargo.lock.merge-conflict
/crates/*/target
/vendor/agent/target
tools/__pycache__/