From 01efbb49f04a9edf66174cba0147dad9d556734d Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 29 Apr 2023 16:19:27 -0700 Subject: [PATCH] Add flakeheaven_cache/ to gitignore and fix typo in comment --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 65018206..938692b0 100644 --- a/.gitignore +++ b/.gitignore @@ -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*/