Baseline: docker stack, provisioning tools, test-data, gateway-as-files (pre-PrimeBAT build)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-16 11:56:30 -05:00
commit 310b1b3b9e
951 changed files with 17028 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Gateway API token (mint with: python3 tools/provision.py mint-token)
.env
# MariaDB password read by the 'local' file secret provider (written by provision.py)
ignition/gateway/config/secrets/
# Fresh-reset rollback copy
ignition/gateway.bak/
# Gateway-maintained content-addressed caches + probe output (never author/commit)
ignition/gateway/**/.resources/
ignition/gateway/projects/.probe/
__pycache__/
.pytest_cache/