Spaces:
Runtime error
Runtime error
File size: 341 Bytes
ca28016 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# Ignore large aether files during deployment
aether_mods_and_mems/
home/
data/
*.pkl
*.pth
*.pt
*.json
server.log
__pycache__/
*.pyc
.env
.env.local
# Keep only essential files for frontend
!src/
!public/
!package.json
!package-lock.json
!next.config.ts
!tailwind.config.ts
!tsconfig.json
!components.json
!postcss.config.mjs
!vercel.json |