.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/