# Compiled and build artifacts
*.pyc
__pycache__/

# Dependencies
.venv/
venv/
node_modules/

# Logs and temp files
*.log
*.tmp
*.swp
temp/

# Environment
.env

# Editors
.vscode/
.idea/

# Coverage reports
coverage/
htmlcov/
.coverage

# Python specific
*.pyc
__pycache__/
*.pyo
*.pyd
.Python
*.so

# Testing
.pytest_cache/
.mypy_cache/

logs/*

AGENTS.md
.DS_Store
.claude/

config.local.json

.vscode
.ruff_cache
dist/

# MCP 配置
config/mcp.json