# ============ Python ============
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# ============ IDE / 编辑器 ============
.vscode/
.idea/
*.swp
*.swo
*~

# ============ 系统文件 ============
.DS_Store
Thumbs.db
desktop.ini

# ============ 日志与临时文件 ============
*.log
*.tmp
*.temp

# ============ 凭据配置（含应用密码，勿提交；模板 config.json.example 除外） ============
*.json
!config_example.json
!wp_publish_config_schema.json
config/**
!wp_publish_config_schema.json
config.py