# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

# QGIS
*.qgs~
*.qgs.backup
*.pyc

# Output data directory
KN/
*.geojson
*.gpkg

# IDE and editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.claude/

# Development and testing
PROGRESS.md
*.log

# OS
Thumbs.db
.directory

# Plugin builder / deployment
pb_tool.cfg
*.zip
plugin_upload.py
scripts/
pylintrc

# Testing
test/

# Generated/alternative files
README.html
README.txt
help/
i18n/
zbgis_icon.svg
zbgis_icon_alt.png
