# Python build artefacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/
.eggs/
*.so
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/
.qgis-settings/

# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Virtualenvs
.venv/
venv/
env/

# Hatch
.hatch/

# Ruff cache
.ruff_cache/

# mypy
.mypy_cache/
