__pycache__/
*.py[cod]
*$py.class
*.so
.venv/
venv/
dist/
build/
*.egg-info/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# External CFG tools — downloaded/built artifacts
tools/*.jar
tools/*.class
