Ignore python cache folder
This commit is contained in:
parent
cc6aeb057e
commit
f323b2f154
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -20,6 +20,9 @@ out/
|
|||
.gradle/
|
||||
build/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue