chore: add more patterns to .gitignore for temp and local files

This commit is contained in:
曾文锋0668000834 2026-04-07 14:16:17 +08:00
parent 8c9fa7d442
commit 4af73dc232

21
.gitignore vendored
View file

@ -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]