From 7b67f3064a8938d96bc0c61bd4c0b8c4bee5d2bd Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Thu, 27 Nov 2025 12:51:16 -0500 Subject: [PATCH] docs(gitignore): added auto generated files the validation suite automatically generates large pynucastro module files. These have been added to .gitignore so they are not pushed to git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2610552e..cbadc197 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ meson-boost-test/ *.json *.xml +*_pynucastro_network.py