Ansible provisions the k3d cluster and Flux controllers; Terraform modules deploy the simulated fleet and ground warehouse. Compose and k3d share var/t1 (live lake) and var/t3 (warehouse). The prototype gains a live mode fed by the explorer read-only SQL API.
13 lines
127 B
Plaintext
13 lines
127 B
Plaintext
data/
|
|
simulator/data/
|
|
var/t1/**
|
|
var/t3/**
|
|
!var/t1/.gitkeep
|
|
!var/t3/.gitkeep
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
node_modules/
|
|
dist/
|
|
.env
|