# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
.pytest_cache/
.mypy_cache/
*.egg-info/
dist/
build/

# IDE
.vscode/
.idea/

# karma 本地状态（不进仓库）
violations.jsonl
stats.json

# Cursor IDE dogfood 资产 (含真 stdin captures 可能有 user_email 等敏感字段)
.cursor/
.dogfood/

# OS
.DS_Store
