From 096b50eaa0d1ab2bf891b08bab7a8ce23462a57f Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Dec 07 2018 09:02:00 +0000 Subject: add .gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c5d21b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# python/editor specific files to ignore +dist/ +build/ +*.pyc +*.pyo +*.swp +*.egg-info +*.conf +__pycache__ diff --git a/cranc/__pycache__/__init__.cpython-37.pyc b/cranc/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index bfa08fa..0000000 Binary files a/cranc/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/cranc/__pycache__/cranc.cpython-37.pyc b/cranc/__pycache__/cranc.cpython-37.pyc deleted file mode 100644 index 982b422..0000000 Binary files a/cranc/__pycache__/cranc.cpython-37.pyc and /dev/null differ