chore: add project ignore rules

Co-authored-by: wawahejun <hejunlbbc@gmail.com>
This commit is contained in:
yutianyu 2026-05-02 00:26:42 +08:00
parent df83aafc05
commit ddbbc09019
1 changed files with 12 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
build/
*.egg-info/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.pyc
*.so
*.o
*.a
*.log
/generated/