Initial scaffold: README, project layout, and headless-chromium render loop sketch

This commit is contained in:
Padreug 2026-05-16 12:17:27 +02:00
commit 51f5ffcd66
8 changed files with 243 additions and 0 deletions

15
.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.envrc
.DS_Store
# Local cached renders
out/
cache/
# Reference clones (keep tracked source-of-truth elsewhere)
reference/