Add pycache to gitignore

This commit is contained in:
2019-12-22 06:50:33 -08:00
parent 15220fffa6
commit 2595e3af8c

1
.gitignore vendored
View File

@@ -13,3 +13,4 @@ doxygen/*
buildbot-upload/* buildbot-upload/*
*/config.mak */config.mak
*\~ *\~
__pycache__