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

# venvs
.venv/
venv/
env/

# build artefacts
build/
dist/
*.egg
