Update .gitignore to include IDE and cache directories
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 28s

This commit is contained in:
Sam 2025-06-01 16:21:51 -05:00
parent 784123b9e1
commit fb5d63f636

5
.gitignore vendored
View File

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