if you run the anlyzer twice the previous result file `codeprints_merged.json` is merged again. The total count is increased with every execution. ``` Finished dev [unoptimized + debuginfo] target(s) in 0.04s Running `target/debug/codeprints-analyzer merge` Merging codeprints_analyzer.json Merging codeprints_github.json Merging codeprints_merged.json done! Output file: codeprints_merged.json ``` Expected: the process is deterministic and the result file is ignored.