build
dist
*.egg
*.egg-info
.DS_Store
__pycache__/
.idea/

# uv
.venv/

# pytest and coverage
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

.env
*.log
*.pt

aichat_sdk/asr/audio_*

examples/web/config.json
examples/web/sessions/
