Minimum viable product

This commit is contained in:
Punnamaraju Vinayaka Tejas 2023-07-11 14:09:54 +05:30
commit 40e347616f
24 changed files with 748 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
.venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/