From fc05bed461d4d411daa8ecc61868662a4f4e98dc Mon Sep 17 00:00:00 2001 From: h3p Date: Fri, 6 Mar 2026 20:06:29 +0100 Subject: [PATCH] Ignore Python cache artifacts --- .gitignore | 4 ++++ Neon Vision Editor.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a8b1612..e159d7a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,10 @@ Package.resolved # Logs *.log +# Python cache +__pycache__/ +*.py[cod] + # StoreKit local testing artifacts *.storekituser *.storekitstate diff --git a/Neon Vision Editor.xcodeproj/project.pbxproj b/Neon Vision Editor.xcodeproj/project.pbxproj index f0098d0..3fdb5ea 100644 --- a/Neon Vision Editor.xcodeproj/project.pbxproj +++ b/Neon Vision Editor.xcodeproj/project.pbxproj @@ -361,7 +361,7 @@ CODE_SIGNING_ALLOWED = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 402; + CURRENT_PROJECT_VERSION = 403; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES; @@ -444,7 +444,7 @@ CODE_SIGNING_ALLOWED = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 402; + CURRENT_PROJECT_VERSION = 403; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES;