1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # secrets .env .env.* *.pem id_rsa* # python __pycache__/ *.pyc .venv/ venv/ # node (if you vendor video-use / hyperframes per setup.sh) node_modules/ # os .DS_Store # compiled swift binary (build it locally with swiftc) tools/personmatte # render outputs / caches if you point this at real footage tools/.matte-cache/ tools/masks/ |