chore(git): added __pycache__ to gitignore
This commit is contained in:
parent
3324d25e9b
commit
9508f2078d
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -18,3 +18,5 @@ build.zip
|
||||||
|
|
||||||
# general-purpose cache folder (used by e.g clangd)
|
# general-purpose cache folder (used by e.g clangd)
|
||||||
.cache
|
.cache
|
||||||
|
|
||||||
|
__pycache__
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue