From 3db4f500bc416664bab486e9f5cdb9a344c1df36 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 1 Nov 2020 23:56:30 -0800 Subject: [PATCH] add .gitignore --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 73a7eec..7293a7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ +__pycache__/ +*.pyc + +.*.swp +.*.swo + build/ dist/ - *.egg-info/ -__pycache__/ -*.pyc +.mypy_cache