gitignore build artifacts
This commit is contained in:
parent
eebaff499b
commit
4b301b2dd5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
*.pyc
|
||||
__pycache__
|
||||
*.idea
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue