# Build artefacts
build/
dist/
*.egg-info/

# Virtualenvs
.venv/
venv/

# Tests
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class
