# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# 环境变量（含敏感信息）
.env.local

# 用户配置（config.example.yaml 是样例）
config.yaml

# dev 模式日志目录（安装态日志在 ~/Library/Logs 或 $XDG_STATE_HOME）
logs/

# 发版流程写入的 commit hash（dev 模式下从 git 读，PyPI wheel 里不存在）
src/whisper_input/_commit.txt

# 测试 / 覆盖率工具产物
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# 操作系统
.DS_Store
Thumbs.db
