# Merge conflict artifacts
*.orig
*.rej
*_BACKUP_*
*_BASE_*
*_LOCAL_*
*_REMOTE_*

# Python byte code
*.pyc
*.pyo

# Release artifacts
build
dist
*.egg-info
*.tar.gz
*.eggs

# pytest artifacts
.cache

# coverage.py artifacts
.coverage
htmlcov

# IDE artifacts
.idea
*.autosave
