From f267bfd8181aae5bb9d2628a823d664fb316d71c Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 Mar 2021 13:46:13 +0100 Subject: [PATCH] add gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14b00aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +#ignore pycache +__pycache__/ \ No newline at end of file