# Environment variables
.env

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.coverage
.pytest_cache/
htmlcov/

# Claude
.claude/

# MCP specific
claude_desktop_config.json
*.log

# UV lock file (项目特定，可选择提交或忽略)
# uv.lock

# Temporary files
temp/
tmp/
*.tmp
*.bak

# Documentation build
docs/_build/
docs/site/

# Coverage reports
coverage.xml
*.cover

# Local testing
test_output/
local_test/