# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
build/
*.egg

# 虚拟环境
.venv/
venv/
env/

# 测试缓存
.pytest_cache/
.coverage
htmlcov/

# 临时输出文件（保留 requirements.txt）
*_out.txt
pytest_out.txt
asr_test.txt
sf_test*.txt

# 环境变量（含 API Key，绝对不能提交）
.env
.env.*

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

# OS
.DS_Store
Thumbs.db
