From 6a314094543bef7ad5a06df8a891f1d8ce1fcf72 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 6 Apr 2021 21:20:55 +0200 Subject: Added pycache and json files to ignore list --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8691330 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.json -- cgit v1.1