eReader / .dockerignore
hazardtln's picture
Fresh start: optimized code for Vercel/HF with PWA and Speed Fixes
61b5cbf
raw
history blame contribute delete
266 Bytes
# Exclude node_modules from frontend
App/frontend/node_modules
# Exclude models and venv from backend
App/backend/models
App/backend/venv
App/backend/__pycache__
App/backend/*.wav
# Exclude other build artifacts
dist
static
.git
.gitignore
.dockerignore
README.md