skillsync-cli / .dockerignore
Mr-Haseeb786
Clean deployment build
88da18c
Raw
History Blame Contribute Delete
357 Bytes
# Ignore local Python environments and cache
venv/
env/
**pycache**/
\*.pyc
# Ignore environment variables (Secrets go in Hugging Face UI, not the image)
.env
.env.local
# Ignore frontend build caches (Vercel will handle the frontend)
.npm-cache/
frontend/node_modules/
# Ignore local runtime data so the cloud server starts fresh
.runtime/
uploads/