From 090a2703703877bd150aae637031c5d7dcba2df4 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 10 Sep 2017 12:32:49 +0200 Subject: setup.py: Adding install_requires. digikey: Updating tests. Making sure the directory exist before writing facts. Stop recursing into new searches when a search returns multiple hits. Let the frontends do that. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 332b420..7ba7dd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*.tmp +digikey_cache + *.pyc env env-* @@ -8,7 +11,6 @@ ee.egg-info .tox .ipynb*/ .ipynb_checkpoints -test/digikey_cache *.png -- cgit v1.2.3