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

# Node
node_modules/

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

# Data
*.csv
*.xlsx
*.json
!package.json
!package-lock.json
!tsconfig.json
!schemas/**/*.json
!openclaw/openclaw.plugin.json
!strategies/**/*.yaml

# Env
.env
.env.local

# Test / Lint artifacts
.coverage
coverage.xml
.pytest_cache/
.ruff_cache/

# Build artifacts
*.tgz

# MCP config (contains API keys)
.mcp.json
