# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# vulngate outputs
findings.json
*.sarif

# editors / OS
.idea/
.vscode/
.DS_Store
