CoolFace
Apppublic

build-small-hackathon/puck

sourceHugging Facemitupdated 3mo agoView on Hugging Face
1likes
.dockerignore20 linesDownload Raw Back to root
1# Keep the build context lean — only the server, schema, and frontend source are needed.2# (desktop/ holds a 4GB Tauri target; node_modules/.venv are reinstalled in-image.)3**/node_modules4**/.venv5**/target6**/__pycache__7*.pyc8desktop9recognize10molt/data11server/data12frontend/dist13.git14puck-handoff15*.zip16*.aiff17.env18.env.local19**/.DS_Store20