diff --git a/.gitignore b/.gitignore index 269eb7c..3afd470 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,16 @@ android/app/build/ # Node (future) node_modules/ + +# backups +*.bak +*.bak.* +*.broken.* + +# temp scripts +patch*.sh + +# python cache +__pycache__/ +*.pyc +