init commit with init add subcommands

This commit is contained in:
qwjyh 2024-06-07 18:07:10 +09:00
commit b3c9013f75
8 changed files with 452 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# venv
.venv