From e794210a70fc172bef59c67943a0c7e9868211cc Mon Sep 17 00:00:00 2001 From: Oscar Lima Date: Sat, 8 Dec 2018 14:53:13 +0000 Subject: [PATCH] add gitignore, ignore python autom generated byte code files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e3e776 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# ignore autom generated python byte code +*.pyc