From 3976496e0bf8a33a7183bcfbd9b1e54f9178b1f2 Mon Sep 17 00:00:00 2001 From: maria Date: Thu, 7 Oct 2021 05:34:22 +0200 Subject: [PATCH] add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ad30ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +*.pyc +__pycache__/ +.ipynb_checkpoints