# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Qt
*.qm
*.pro.user
*.autosave

# QGIS
*.qgs~
*.qgz~

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs
*.log

# Temporary
*.tmp
*.bak

# Compiled translations (keep source .ts, ignore compiled .qm during development)
# Uncomment if you want to exclude .qm files from repo
# i18n/*.qm

# Test files
.pytest_cache/
.coverage
htmlcov/

# Distribution
*.zip
