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

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# EasyClaw runtime
*.log
*.pid
*.db

# Secrets — never commit
*.key
*.pem
GitHub Token.txt
OpenRouter API Key.txt

# Pytest
.pytest_cache/

# MCP server data
mcp-server/data/
mcp-server/tokens.json
