Added pycache to gitignore
This commit is contained in:
parent
88bf94f756
commit
cc2ec455bb
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
.*.swp
|
.*.swp
|
||||||
/bin
|
/bin
|
||||||
/obj
|
/obj
|
||||||
|
__pycache__/
|
||||||
|
|
Loading…
Reference in a new issue