Update .gitignore to include ruff_cache and simulation_output directories

This commit is contained in:
Sam 2025-11-08 23:32:32 -06:00
parent b442fbc0f2
commit 3a9545bb3b

3
.gitignore vendored
View File

@ -2,4 +2,5 @@ uv.lock
.venv/ .venv/
.idea/ .idea/
.pytest_cache/ .pytest_cache/
.ruff_cache/ .ruff_cache/
simulation_output/