# Python bytecode and caches
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Virtual environments
.venv/
venv/
env/
ENV/

# Build and package artifacts
build/
dist/
*.egg-info/
*.qm
*.zip
!repo/
!repo/favourite_layers.zip

# QGIS and local runtime files
*.qgs~
*.qgz~
*.autosave
profiles/

# IDE and editor files
.idea/
.vscode/
.vs/
*.code-workspace
*.swp
*.swo
*~

# OS metadata
.DS_Store
Thumbs.db
desktop.ini

# Local scratch assets and agent notes
resources/
CLEAR_SETTINGS.md
AGENTS.md
scripts/
i18n/