chore: improve .gitignore with build artifacts and venv patterns

This commit is contained in:
2026-07-05 00:51:51 +08:00
parent 3eb4b30858
commit cfc41f8af5
+8
View File
@@ -1,6 +1,14 @@
__pycache__/
*.pyc
*.egg
dist/
build/
data/
.env
.venv/
venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.vscode/