gitignore build artifacts

lethe/LATEST
Jan Petykiewicz 5 年前
父节点 eebaff499b
当前提交 4b301b2dd5

3
.gitignore vendored

@ -1,3 +1,6 @@
*.pyc
__pycache__
*.idea
build/
dist/
*.egg-info/

正在加载...
取消
保存