Spaces:
Paused
Paused
File size: 357 Bytes
56c7b6d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # 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/
|