.superpowers/
.venv/
.env

# Local runtime config (copy providers.example.yaml → providers.yaml on first run)
providers.yaml
__pycache__/
*.egg-info/
.pytest_cache/
.coverage
dist/
build/
*.pyc
*.pyo

# macOS STT compiled artifacts
scripts/engines/macos-stt/macos-stt-helper
scripts/engines/macos-stt/macos-stt-request-auth
scripts/engines/macos-stt/MacOSSTTHelper.app/
scripts/engines/macos-stt/Info.plist

# Runtime logs (structured JSONL + server stdio captures)
logs/
server_err.log
server_stdout.log
server_stderr.log

# Claude Code project-local config
.claude/
