From ddbbc09019c24a05bdafc20e3025ae3632cbc9b9 Mon Sep 17 00:00:00 2001 From: yutianyu Date: Sat, 2 May 2026 00:26:42 +0800 Subject: [PATCH] chore: add project ignore rules Co-authored-by: wawahejun --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e3fc77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +build/ +*.egg-info/ +__pycache__/ +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +*.pyc +*.so +*.o +*.a +*.log +/generated/