# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
*.png
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
tests/cutouts/
.mypy_cache/
.ruff_cache/

# Distribution / packaging artefacts
*.whl
*.tar.gz
MANIFEST

# IDE
.idea/
.vscode/
*.swp

# macOS
.DS_Store

*.xml
