From 4af73dc2329da625659e6822b31d96c0def7c2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E9=94=8B0668000834?= Date: Tue, 7 Apr 2026 14:16:17 +0800 Subject: [PATCH] chore: add more patterns to .gitignore for temp and local files --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 135867842..4b35ebe77 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,24 @@ web/backend/dist/* docker/data .omc/ + +# Temporary files +*.tmp +*.temp +*.log + +# Local development +local/ +local.* + +# Node modules for frontend +web/frontend/node_modules/ +web/frontend/dist/ +web/frontend/.cache/ + +# Python virtual environments +venv/ +env/ +ENV/ +__pycache__/ +*.py[cod]