__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.env.local
.pytest_cache/
.ruff_cache/
build/
dist/
models/
*.onnx
*.json.tts

# pipecat-subagents dev clone (see spec §10.4)
pipecat-subagents/
# brainstorming scratch directory
.superpowers/
# tend runtime files (whether under /tmp or the working dir)
tend.log
tend.faults.log

# Piper voice files (downloaded by Pipecat)
*.onnx.json

# Dev-mode TEND_HOME location (set with TEND_HOME=$PWD/.tend-dev)
.tend-dev/
