__pycache__/
*.py[cod]
*.egg-info/
.venv/
.env
.env.local
dist/
build/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
*.log

# voice-copilot runtime
~/.voice-copilot/
logs/
recordings/

# private launch materials
/launch/*
/docs/launch/

# editor
.vscode/
.idea/

# claude code
CLAUDE.md
.claude/
.aider*

# playwright cli artifacts
.playwright-cli/

# local design/scratch drafts
/scripts/_demo_*.py
