gitextract_3nfxrcdb/ ├── .gitignore ├── CNAME ├── LICENSE ├── README.md ├── _config.yml ├── css/ │ └── style.css ├── data/ │ ├── decisions.txt │ ├── decisionsTv.txt │ ├── jsonbuilder.py │ └── structure.json ├── img/ │ └── readme/ │ └── Demo.webm ├── index.html └── js/ ├── play.js └── warning.js