# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
build/
dist/

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

# Virtualenvs
.venv/
.smoke-venv/
venv/

# OS
.DS_Store

# Node (MCP server)
node_modules/
mcp/package-lock.json

# Local scratch
*.sarif
!tests/**/*.sarif

# Stress-test scratch (not part of the package)
stress/
