From 2e27eb73344d691b657f72c8e794f81ce47036c6 Mon Sep 17 00:00:00 2001 From: Vee9ahd1 Date: Sun, 12 May 2019 01:29:05 -0400 Subject: implemented most of the basic functionality from the prototype script and created some messy tests --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index af6d502..3ef98f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# project-specific +secrets.py +.DS_Store # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -- cgit v1.2.1