From 5164b30f75b784a9b6f77f5b1abbcbc87a2dd810 Mon Sep 17 00:00:00 2001 From: posidron <1614333+posidron@users.noreply.github.com> Date: Thu, 13 Dec 2018 21:16:08 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d7c8f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Python byte-compiled +__pycache__/ +*.py[cod] + +# Python distribution +dist/ +build/ +sdist/ +*.egg +*.egg-info/ + +# Sphinx documentation +docs/_build/ + +# Platform +.DS_Store + +# Testing / Coverage +.tox +.pytest_cache/ +.coverage