52 lines
817 B
Plaintext
52 lines
817 B
Plaintext
# ── ML Model (255MB ONNX model — too large for Vercel, downloaded at runtime) ──
|
|
src/server/models/spam-classifier/
|
|
|
|
# ── Build Artifacts ──
|
|
.output/
|
|
.nitro/
|
|
dist/
|
|
|
|
# ── Test Files (not needed in production) ──
|
|
e2e/
|
|
test/
|
|
**/*.test.ts
|
|
**/*.test.tsx
|
|
**/*.spec.ts
|
|
**/*.spec.tsx
|
|
|
|
# ── Development / Config ──
|
|
.dockerignore
|
|
Dockerfile
|
|
docker-compose.yml
|
|
docker-compose.yaml
|
|
vitest.config.ts
|
|
vitest.node.config.ts
|
|
playwright.config.ts
|
|
drizzle.config.ts
|
|
drizzle/
|
|
|
|
# ── Version Control ──
|
|
.git/
|
|
.gitignore
|
|
.github/
|
|
.husky/
|
|
|
|
# ── Environment (already in .gitignore, being explicit) ──
|
|
.env
|
|
.env.development
|
|
.env.production
|
|
.env.local
|
|
|
|
# ── Editors / OS ──
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ── Pi agent / dev tooling ──
|
|
.pi-lens/
|
|
.agents/
|