# 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

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