updated command-line arguments in documentation, added gitignore, changed screenshots to text in README where possible, removed redundant imports and functions

This commit is contained in:
Tristan Lee
2022-05-02 19:27:37 -05:00
parent f4b2b7d07c
commit 41a20f8a01
6 changed files with 124 additions and 59 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Data directory
data/
# Miscellaneous files
**/.DS_Store
*.pyc
*.ipynb
*.db
.env
*.session
*.session-journal
service_account.json
.vscode/
*.log
*.lock
# Unit test / coverage reports
reports
.coverage*
.cache
.pytest_cache/
cover/