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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Artifacts
sbom.json

# Environments
.venv/
venv/
