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

# Virtual environments
.venv/
venv/
ENV/

# 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 may contain tokens / PII)
out/

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