From ebc460fe67f37da281c2be62be86af9f3c30769e Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Tue, 21 Apr 2026 15:47:41 -0400 Subject: [PATCH] =?UTF-8?q?gitignore=20*.ps1=20=E2=80=94=20local=20Windows?= =?UTF-8?q?=20dev=20utility,=20not=20app=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a744495..9024fc1 100644 --- a/.gitignore +++ b/.gitignore @@ -183,3 +183,6 @@ cython_debug/ #.idea/ # End of https://www.toptal.com/developers/gitignore/api/django + +# Local dev utilities (Windows-only, not part of the app) +*.ps1