# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/

# Node
node_modules/
dist/
build/

# Env & secrets
.env
.env.*
!.env.example

# Runtime state (may embed credentials)
aios/runtime/plugins_state.json

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs & temp
*.log
*.tmp

# Backup files
*.bak

# Test artifacts
test_*.py
test_*.wav
test_*.mp3
tts_test.mp3
test.wav
test_real.wav
verify_fix.py

# Large binary
*.zip

# Snapshots (large/frequent)
memory/snapshots/
config/voice_bot.json
vosk-model-cn-0.22.zip
*.zip
