diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-03 11:21:17 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-03 11:21:17 +0200 |
commit | d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3 (patch) | |
tree | 000b6bde185b8ff79efff97a3a46e0628bac92d7 /.gitignore | |
parent | c895e6c051cfda77a22b31367cf5c0bbedce4249 (diff) | |
download | ee-python-d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3.tar.gz ee-python-d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3.tar.bz2 ee-python-d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3.tar.xz ee-python-d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3.zip |
o Adding tools to download facts about parts from Digi-Key.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,6 +4,9 @@ env-* ee.egg-info .eggs .cache +.tox +.ipynb*/ +.idea *.png @@ -11,6 +14,3 @@ ee.egg-info demo/*/*.net demo/*/*.raw demo/*/*.log - -.tox -.ipynb*/ |