From b9fa2fcdb0504e9fb53643ac78186315b6fd9a22 Mon Sep 17 00:00:00 2001 From: G-Fourteen Date: Fri, 31 Oct 2025 18:56:32 -0600 Subject: [PATCH] Ignore build outputs and drop ci_reports placeholder --- .gitignore | 11 +++++++++-- ci_reports/.gitkeep | 0 2 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 ci_reports/.gitkeep diff --git a/.gitignore b/.gitignore index 6df94c3..bc47282 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,12 @@ +# Python cache __pycache__/ *.py[cod] -ci_reports/*.json -dist/ + +# Environment files .env + +# Build artifacts +/dist/ + +# CI output reports +/ci_reports/ diff --git a/ci_reports/.gitkeep b/ci_reports/.gitkeep deleted file mode 100644 index e69de29..0000000