# Local config/state
.env
livekit.yaml
server/.env
server/config.toml
server/runtime/

# Python
server/.venv/
**/__pycache__/
*.py[cod]
.pytest_cache/

# Node/Vite
client/node_modules/
client/dist/

# OS/editor/log noise
.DS_Store
*.log
*.bak

# Local planning scratch
plans/

# Host-local notes
local/

# Ignore actual sounds in sounds/widgets/
sounds/widgets/*.ogg
sounds/widgets/**/*.ogg