gitignore build artifacts
This commit is contained in:
parent
cd1a1173c1
commit
b1ac39094e
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
*.idea
|
*.idea
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
Loading…
Reference in New Issue
Block a user