From bcb02afbb33e1f39d264897d501d24c4b36e0ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Gardfj=C3=A4ll?= Date: Tue, 7 Apr 2020 20:40:00 +0200 Subject: [PATCH] update gitignore --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5dda794..0888411 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ *~ *.pyc -.ropeproject \ No newline at end of file +.ropeproject +.coverage + +build/ +dist/ +*.egg-info/ +*.egg +*.py[cod] +__pycache__/ +*.so + +.venv/