Spaces:
Runtime error
Runtime error
| # 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 |