From 7ebeef58738499b4e33ca1a9d39181bd5e40ccfb Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 19 Apr 2020 18:47:44 +0000 Subject: [PATCH] Clean up gitignore --- .gitignore | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 84c3287..85b0ead 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,4 @@ -# python stuff __pycache__/ - -# venv stuff -bin/ -include/ -lib/ -lib64 -pyvenv.cfg - -.tmp/ -pip-selfcheck.json +.venv/ .mypy_cache/ +.tmp/