chore: ignore generated assets

This commit is contained in:
Codex
2026-03-08 19:28:53 +08:00
parent ee10c46aae
commit aa2e6bbe95
81 changed files with 4 additions and 2 deletions

6
.gitignore vendored
View File

@@ -2,13 +2,15 @@
frontend/node_modules/
frontend/dist/
frontend/playwright-report/
frontend/cypress/screenshots/
frontend/cypress/videos/
frontend/.vite/
frontend/.cache/
# backend
backend/.env
backend/__pycache__/
backend/app/__pycache__/
backend/**/*.pyc
backend/**/__pycache__/
backend/*.db
backend/uploads/
backend/.pytest_cache/