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

# Virtual environments
.venv/
venv/
ENV/
_regress_venv/
.venv-test/

# pytest --basetemp（见 pyproject [tool.pytest.ini_options]）
.pytest_basetemp/

# uv
uv.lock

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# 误用未展开的 Windows 路径（如把 %SystemDrive%\... 当相对路径）时会在仓库根下生成此目录名
%SystemDrive%/

# Logs
*.log
mcp_debug.log

# Config with secrets
config/config.yaml
.env

# State files
.ziniao/

# Development scripts (contain local paths or env-specific config)
scripts/debug_mcp.py
scripts/test_spawn.py

# Test artifacts
test_*.png

# Local capture exports (HAR, screenshots, cookie-vault snapshots — tokens / PII)
out/
exports/

# Local Chrome profile (e.g. README / MCP examples)
.chrome-test-profile/

# Symlinked skills from site-hub submodule (developers create locally)
skills/rakuten-ads/
skills/rakuten-reviews/
skills/site-development/
.ziniao-chrome-douyin-20260420/
