__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
*.log
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
coverage.xml
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# 本地 IDE / 工具配置
.idea/
.vscode/
.claude/
.codex/
.aider*

# 临时输出
*.tmp
*.bak
out/
output/

# 本地营销/发布素材（不进公开仓库）
docs/marketing/
