docs: update .gitignore and README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
panw
2026-03-31 16:45:41 +08:00
parent 6e8cbb38d4
commit a7cfa381e7
2 changed files with 37 additions and 4 deletions

10
.gitignore vendored
View File

@@ -1,6 +1,12 @@
bin/
data/
*.db
*.db-shm
*.db-wal
web/node_modules/
web/dist/
*.exe
*.test
*.out
web/dist/
web/node_modules/
.idea/
.vscode/