From 09ddc004d1adcc9039a9d6600052b3ffcd51d893 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 7 Jan 2020 20:43:07 -0500 Subject: [PATCH] Update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a57bdee..7939329 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ venv/ *.egg-info/ build/ dist/ -.DS_Store \ No newline at end of file +.DS_Store +__pycache__/ \ No newline at end of file