Add .gitignore

This commit is contained in:
Zhengshou Lai
2026-04-13 11:38:08 +08:00
parent ab8067f0c5
commit 5a55b4a60d
+13
View File
@@ -0,0 +1,13 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.mypy_cache/