From ef2832b79dab478e3a740f1c1344ea607fcfa8a6 Mon Sep 17 00:00:00 2001
From: Guy Jacob <guy.jacob@intel.com>
Date: Mon, 7 May 2018 17:28:41 +0300
Subject: [PATCH] Add .gitignore and .flake8

---
 .flake8    |  3 +++
 .gitignore | 10 ++++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 .flake8
 create mode 100644 .gitignore

diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..fbcbdf9
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,3 @@
+[flake8]
+#ignore = E501
+max-line-length = 120
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b820fec
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.log
+*.pyc
+__pycache__/
+.pytest_cache
+*.tar
+site/
+env/
+.env/
+.idea/
+logs/
-- 
GitLab