# Runtime & sensitive
mcp/cookies.json
mcp/cookies.json.bak
mcp/mcp.log
tmp/
config/accounts.json
login_status_cache.json

# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
dist/
build/

# Config
~/.xhs/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
