flickzeug 0.5.1

A fork of diffy: diff, patch, and merge library featuring Myers' algorithm, unified diff format parsing, fuzzy patch application, and three-way merge with conflict detection
Documentation
From 393a0c622bcef196bbe1c0cc81fe8c15b9b152c4 Mon Sep 17 00:00:00 2001
From: Claudius Haag <claudius.haag@web.de>
Date: Thu, 28 Nov 2024 11:04:56 +0100
Subject: [PATCH] Fix gitignore for sphere32 inclusion + needed for copying
 when doing test for conda-forge packaging

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 2bc948f..c713336 100644
--- a/.gitignore
+++ b/.gitignore
@@ -198,7 +198,7 @@ test/input_files/**/*.json
 **/scratch/

 # Test microstructure files
-!sphere.h5
+!sphere32.h5

 # Test input files
 !test_LinearElastic.json
--
2.34.1