commit 591a3b993ce24d16f2accb1c7184f8e747ec07af Author: ajp_anton Date: Thu Jul 23 07:27:54 2026 +0000 Add Android project ignore rules diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..599e407 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Private project roadmap and local validation artifacts +/project.md +/local/ +/local.properties + +# Gradle and Android build output +/.gradle/ +/.gradle-tmp/ +/build/ +/*/build/ +/.externalNativeBuild/ +/.cxx/ +/captures/ + +# IDE and OS files +*.iml +/.idea/ +.DS_Store + +# Generated logs and caches +*.log +__pycache__/