From c25d74d33297ff07c6bfd6e93c6312581f7b9319 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Sun, 18 Apr 2021 18:48:22 +0000
Subject: [PATCH] Updated the way we get the activation_key and checksum

---
 .gitignore |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 087029a..224556d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
-
+*.aax
+.vscode
 # C extensions
 *.so
 
@@ -42,3 +43,6 @@
 
 # Sphinx documentation
 docs/_build/
+
+.idea
+.idea/*

--
Gitblit v1.10.0