# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Distribution
dist/
build/
*.egg-info/

# Virtual environments
venv/
.venv/
.coverage
