From c0140bffe6c55785a8942a36aaa074be014169fd Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 29 Apr 2021 08:54:26 +0200 Subject: [PATCH] Add gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a70e94 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__ +gmon.out +dist +build +*.egg-info