eReader / .gitignore
hazardtln's picture
Optimized server for concurrency and added full engine warmup
863559c
raw
history blame contribute delete
304 Bytes
# Build artifacts
App/frontend/dist
App/backend/static
App/backend/build
App/backend/dist
eReader_App/
*.spec
node_modules
venv
.env*
*.pyc
__pycache__
# Models (downloaded in Docker or manually)
App/backend/models/
App/backend/*.wav
# Editor files
.vscode
.idea
.DS_Store
# Test outputs
test_outputs/