chore: gitignore 补充 umi 产物与 Python __pycache__

This commit is contained in:
2026-09-22 16:56:54 +08:00
parent 592671b2df
commit c16b45cfbd
+4
View File
@@ -1,5 +1,9 @@
web/dist/
web/node_modules/
web/.umi/
web/.umi-production/
__pycache__/
*.py[cod]
.env
.dev-credentials/
.codegraph/