From ae756bfaf985a3658b24505eb995b5d99705f207 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 05:50:27 +0000 Subject: [PATCH] fix: replace Rust CI with Python CI workflow --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index a14b628..468f4b0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,14 @@ env/ htmlcov/ *.cover +# Distribution / packaging +.Python +env/ +venv/ +ENV/ +build/ +dist/ + # mypy .mypy_cache/ .dmypy.json