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.
This commit is contained in:
agessaman
2026-02-01 16:06:44 -08:00
parent 04560c436d
commit 9451cd90a0
+3
View File
@@ -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