From 719c7e9313f084551ab23e90a40986aaeef85760 Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Mon, 22 Jun 2026 09:32:22 -0700 Subject: [PATCH] chore(gitignore): ignore local-only data/spaces working dir 21k user-pull images under data/spaces/ were untracked but not ignored, so a stray `git add -A` could have committed them. Add the ignore entry alongside the other local-data paths; the dir stays local analysis only, never a committed corpus. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0747245..5372352 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ gfpgan/ # Qwen ControlNet experiment outputs (throwaway eval; never the committed corpus) scripts/_qwen_exp_out/ + +# Local-only working data for analysis (not a committed corpus; never tracked) +data/spaces/