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

# 虚拟环境
.venv/
venv/

# 测试与类型检查缓存
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# 编辑器
.idea/
.vscode/
*.swp

# 插件运行期产物：审计日志与策略属于本地数据，不进版本库
plugin-audit.jsonl
plugin-audit.jsonl.*
plugin-policy.json
