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

# Virtual environments
.venv/
venv/

# Testing / coverage
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
