Update gitignore
This commit is contained in:
parent
ea5a5b18f1
commit
1eaccf8b3a
|
@ -1,2 +1,6 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
|
__pycache__
|
||||||
*~
|
*~
|
||||||
|
*.egg-info/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
|
Loading…
Reference in New Issue