diff options
author | Vee9ahd1 <[email protected]> | 2019-05-12 01:29:05 -0400 |
---|---|---|
committer | Vee9ahd1 <[email protected]> | 2019-05-12 01:29:05 -0400 |
commit | 2e27eb73344d691b657f72c8e794f81ce47036c6 (patch) | |
tree | fafe6255167c74131f03e2a80b105278c28af30d /.gitignore | |
parent | 560f86d452277084a1be04fbc4c0e8c5f1206ff5 (diff) |
implemented most of the basic functionality from the prototype script and created some messy tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# project-specific +secrets.py +.DS_Store # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] |