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

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Editor
.idea/
.vscode/

# Detekt working files that the analyzer may produce
*.sarif
