From 9451cd90a0d45ed4c82bbd9323c17aaffc4dae5f Mon Sep 17 00:00:00 2001 From: agessaman Date: Sun, 1 Feb 2026 16:06:44 -0800 Subject: [PATCH] chore: Update .gitignore to include PyMC test files and configuration - Added entries for `pymc-test/*` and `config-pymc.ini` to the .gitignore file to prevent tracking of test artifacts and configuration files related to PyMC, improving repository cleanliness. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d2b78ea..4181370 100644 --- a/.gitignore +++ b/.gitignore @@ -143,8 +143,11 @@ test_scripts/ dev/ website/ pytest.ini +pymc-test/* +config-pymc.ini # Docker data directory (user-specific config, databases, logs) # Ignore contents but keep directory structure data/* !data/.gitkeep +