From 95bc882ae54e78dbce96545eb9145581d1f2ce9a Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Thu, 17 Sep 2020 15:39:47 +0000 Subject: [PATCH] Add gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b27813 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +/build/ + +bin +.coverage +.testrepository +.tox +tags +*.sw[nop] +*.pyc +.unit-state.db +trusty/ +xenial/ +.stestr +__pycache__ +func-results.json