Initial Commit

This commit is contained in:
2022-09-27 22:03:05 -04:00
commit bb6f1c42d6
17 changed files with 10852 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
**/__pycache__/
**/.coverage
**/torinator.sqlite
src/torinator.egg-info/
build/
dist/
notes/
torinator_venv/