This commit is contained in:
kngwyu
2020-05-21 19:05:06 +09:00
commit 034bd64990
13 changed files with 1354 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
*.pyc
**/__pycache__/
**/.pytest_cache/
**/dist/
**/build/
**/*.egg-info/
**/.mypy_cache/