From 14fc1adb47da05bbcc6c4aeb5226310d63fde546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 28 Feb 2021 21:40:51 +0100 Subject: add .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..343afc9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +credentials.py +*.session +__pycache__/ -- cgit v1.2.1