From 8ed0c8e44d62150b04b46850420b1adfef2026b9 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 20 May 2017 21:27:54 -0700 Subject: [PATCH] add gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 13bbe5b..0e41500 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ - +__pycache__/ +.pyc