# Python bytecode and test caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/

# Local QGIS and IDE files
*.qgs~
*.qgz~
.vscode/
.idea/

# Packaging output and operating-system files
*.zip
.DS_Store
Thumbs.db
