Add flakeheaven_cache/ to gitignore and fix typo in comment (#1731)

This commit is contained in:
Micah Jerome Ellison 2023-05-20 14:57:24 -07:00 committed by GitHub
parent a1a68f7eea
commit 8f2eb27793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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*/