first commit

This commit is contained in:
2023-12-23 14:18:47 +08:00
commit 3b3c066b27
18 changed files with 563 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/