Spaces:
Sleeping
Sleeping
fix: remove next.config.ts conflict, exclude node_modules/.next from Docker COPY (M1 binary fix)
dd496bc | .git | |
| .venv | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .DS_Store | |
| .idea/ | |
| .vscode/ | |
| *.log | |
| # Critical: exclude local node_modules and build cache | |
| # These contain Mac M1 (darwin-arm64) native binaries that break Linux Docker builds | |
| lifeline-ai/node_modules/ | |
| lifeline-ai/.next/ | |
| node_modules/ | |