# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# PyPI / Hatch
.hatch/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Blender
blendiff.zip
*.blend1
*.blend2

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
