Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,23 @@ __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/
.worktrees/
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/
Expand All @@ -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
Expand Down
Loading