From c8be56bc6fb5402993ce134d650b32e5c4c985b5 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Mon, 22 Apr 2019 16:50:37 +0100 Subject: [PATCH] .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0afc45d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.* +tests/*_pb2*.py +__pycache__/* +*.egg-info +build/* +dist/* +*.pyc \ No newline at end of file