# Scan outputs
artifacts/
sbom_output/*.json
sbom_output/*.xml

# KEV cache (contents ignored, directory tracked)
cache/*.json

# Python
__pycache__/
*.pyc
*.pyo
.venv/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Logs
logs/
*.log

# IDE
.vscode/

# OS
.DS_Store
Thumbs.db
