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/ node_modules/
__pycache__/ __pycache__/
.pytest_cache/ .pytest_cache/
.flakeheaven_cache/
# Versioning # Versioning
.python-version .python-version
@ -39,7 +40,7 @@ exp/
objects.inv objects.inv
searchindex.js searchindex.js
# virtaulenv # virtualenv
.venv*/ .venv*/
env/ env/
env*/ env*/