Files
cross-py-builder/.gitignore
T
Brett Williams 5f0d2db1a9 Serialize builds and add health endpoint to build agent
- Add a non-blocking build lock so only one job runs at a time;
  concurrent upload/checkout requests get a 409 response
- Add /healthz returning 200 when idle and 503 while a build is running
- Ignore .DS_Store artifacts
2026-08-30 21:32:01 -05:00

5 lines
56 B
Plaintext

known_hosts
__pycache__/
*.py[cod]
*.egg-info/
.DS_Store