mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
- Old API (mp.solutions.face_mesh) for Docker with mediapipe < 0.10.30 - New API (mp.tasks.vision.FaceLandmarker) for newer mediapipe >= 0.10.30 - Auto-downloads face_landmarker.task model on first use with new API - Extracted shared landmark index constants and key point extraction
47 lines
535 B
Plaintext
47 lines
535 B
Plaintext
node_modules/
|
|
dist/
|
|
.turbo/
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
data/
|
|
tmp/
|
|
.env
|
|
.env.local
|
|
.DS_Store
|
|
.playwright-mcp/
|
|
.vite/
|
|
apps/api/data/
|
|
apps/api/tmp/
|
|
apps/web/.vite/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Build artifacts
|
|
coverage/
|
|
*.tsbuildinfo
|
|
|
|
# Playwright
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
|
|
# IDE / tool scratch
|
|
.superpowers/
|
|
docs/superpowers/
|
|
PRD.md
|
|
|
|
# Ad-hoc test screenshots and reports
|
|
test-*.png
|
|
!tests/fixtures/*.png
|
|
stirling-pdf-*.png
|
|
settings-*.png
|
|
layout-*.png
|
|
audit_report.md
|
|
.worktrees/
|
|
.release-version
|
|
.models
|