# QWEN2Golem Cloud Build source filter # Start by ignoring everything in this directory ** # Include only what's needed to build frontend and Flask API images !Dockerfile !Dockerfile.api !package.json !package-lock.json !next.config.* !public/** !src/** !requirements.txt !home/** # Exclude heavy/unnecessary content .next/** node_modules/** out/** .turbo/** .cache/** uploads/** app_artifacts/** artifacts/** logs/** venv/** .venv/** models/** data/** # Large files **/*.pth **/*.pt **/*.onnx **/*.bin **/*.safetensors **/*.zip **/*.tar **/*.tgz **/*.gz **/*.xz **/*.7z **/*.csv **/*.parquet **/*.ipynb