# VCS conflicts
*.orig
*.rej

# Byte compiled Python files
__pycache__/
*.pyc

# Compiled resources
data/gschemas.compiled
data/meld.gresource

# External tooling caches
.flatpak-builder/
.mypy_cache/
.pytest_cache/

# Build & distribution artifacts
build/
dist/
MANIFEST

# Special project build artifacts
*-installed

# Files created from intltool .in templates
*.desktop
data/appdata.xml
data/mime/meld.xml

# vscode settings
.vscode
