Initial scaffold: README, project layout, and headless-chromium render loop sketch
This commit is contained in:
commit
51f5ffcd66
8 changed files with 243 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue