From 407c6b2cdcd644be1c15a50801591001b1af9b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 24 Aug 2016 15:20:27 +0200 Subject: [PATCH] Fixed .gitignore rule, and added a few more that should be ignored. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4114ee6..669df34 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ webservice/venv/ docs/venv/ -docs/build/ +/doc/build/ client/venv/ client/client/config.json @@ -12,3 +12,6 @@ webservice/bam/config.py # generated doc/source/reference/index.rst +/*.egg-info/ +/.cache/ +__pycache__