# Python build artefacts
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.tox/
.nox/
.venv/
venv/
build/
dist/
.coverage
.pytest_cache/
.pyright/

# Editor / OS
.DS_Store
.idea/
.vscode/
