Ignore python cache folder

This commit is contained in:
Benoit Marty
2024-03-01 22:46:20 +01:00
committed by Benoit Marty
parent 1b3bf575b1
commit b8b6746582

3
.gitignore vendored
View File

@@ -20,6 +20,9 @@ out/
.gradle/
build/
# Python cache
__pycache__/
# Local configuration file (sdk path, etc)
local.properties