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

# Virtual environments
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Config (user-specific)
*.local.yaml

# Debug screenshots
debug/

# UV
.python-version

# Ruff
.ruff_cache/

# mypy
.mypy_cache/

# MCPB build artifacts (uploaded to GitHub Releases)
*.mcpb

# Temporary files
tmp/
