From bc9f8c5affba01a43c5357304d8f8cc0b18342ff Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 26 Aug 2020 14:02:33 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index acc39b8..2d06a84 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,7 @@ yarn-error.log* # Python Files /api/venv -__pycache__/ \ No newline at end of file +__pycache__/ + +# Sensitive Info +q-snapshot/ \ No newline at end of file