.external/
!.external/repos.txt

# Claude workspace
.claude/

# Environment configuration
.env.local
.env

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.hypothesis/
.tox/
*.cover
*.py,cover

# Virtual environments
venv/
env/
.venv/
test-env/
test-pkg-env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs
*.log
logs/
logs
*.err

# Temporary files
tmp/
temp/
.tmp/
*.tmp

# Build artifacts
dist/
build/
*.egg-info/
.eggs/
*.whl

# Test artifacts
test_output/
*.mp3
*.wav
*.pcm
.aider*

# Voice MCP specific
voice-mcp_recordings/
debug_recordings/

# Documentation build
docs/_build/
docs/promote/

# Strategic/Private documents
docs/voicemode-brand/

# Local configuration
.claude/settings.local.json

# Node modules (for livekit frontend)
node_modules/
.npm/

# Next.js build artifacts
.next/

# Misc
.cache/
*.bak
*.orig
social
recover-voicemode-promote/

# Documentation build output
site/

# Generated documentation files
docs/README_PROCESSED.md

# Test files
test_preferences.py
testdir/
