添加requirements,ignore

This commit is contained in:
2022-04-22 09:53:19 +08:00
parent a63055ff33
commit 854ebaac74
2 changed files with 25 additions and 1 deletions

7
.gitignore vendored
View File

@ -4,4 +4,9 @@
*.ass
*.xml
*.db
*.ini
*.ini
__pycache__
*.py[cod]
venv
build/
dist/