Add flakeheaven_cache/ to gitignore and fix typo in comment

This commit is contained in:
Micah Jerome Ellison 2023-04-29 16:19:27 -07:00
parent 7e09c4eb66
commit 01efbb49f0

3
.gitignore vendored
View file

@ -19,6 +19,7 @@ var/
node_modules/
__pycache__/
.pytest_cache/
.flakeheaven_cache/
# Versioning
.python-version
@ -39,7 +40,7 @@ exp/
objects.inv
searchindex.js
# virtaulenv
# virtualenv
.venv*/
env/
env*/