Initial project version

This commit is contained in:
sebastiankloth
2022-04-11 10:59:06 +02:00
commit 4fb80d9d44
58 changed files with 33879 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
data/
__pycache__
*.pyc
store.egg-info/
build/
dist/
.idea/
.cache/