diff --git a/.gitignore b/.gitignore index d30f7d7..0273c8e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,8 @@ __pycache__/ *.pyc .DS_Store .venv/ +# the voice-clone engine builds its own isolated interpreter +.voice-venv/ # local working files, never part of the release .superpowers/ @@ -29,6 +31,14 @@ __pycache__/ videos/ .tools/ +# tool download/capture caches written into the repo root +# (npm _cacache/_logs/_npx, puppeteer browser downloads, extracted frames) +.cache/ + +# stray shell redirects left behind by local CLI runs +/out.txt +/error.log + # python packaging build artifacts dist/ build/ @@ -45,6 +55,8 @@ nul .emulo-proof-private/ proof-private/ emulo-proof-runs/ +# ad-hoc dated A/B render runs (out-a/out-b screenshots, compare.html) +proof-run/ # local tool, not part of the project mcp-publisher.exe