# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Editor
.vscode/settings.json
.vscode/mcp.json

# OS
.DS_Store
Thumbs.db

# HuggingFace model cache (keep global cache, not in repo)
*.bin
*.safetensors

# codescout index (project-level; each project has its own .codescout/)
.codescout/
