Added .cache to gitignore

This commit is contained in:
Alex Duchesne 2024-10-29 22:51:46 -04:00
parent 7b192c80c2
commit eda3077f79

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
__pycache__/
.DS_Store/
.cache/
.vscode/
build/