chore: update .gitignore for frontend lib/ and Vite cache

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Woody 2026-04-23 10:56:35 +08:00
parent 7493b3aaf6
commit 02e401740a
1 changed files with 5 additions and 2 deletions

7
.gitignore vendored
View File

@ -10,8 +10,8 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
/lib/
/lib64/
parts/
sdist/
var/
@ -58,6 +58,9 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Vite
frontend/.vite/
# Test coverage
.coverage
htmlcov/