[object Object]

← back to Designerwallcoverings

chore: untrack Python bytecode, ignore __pycache__ (session close)

6b32d99c9e0229d464d5d234d97c5b3f43617521 · 2026-09-12 06:41:42 -0700 · Steve Abrams

.pyc files were tracked, so every run of the Python guards/tests dirtied the tree
with regenerated bytecode. Build artifacts, not source — same class as the
node_modules/dist entries the standing gitignore rule already covers.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Files touched

Diff

commit 6b32d99c9e0229d464d5d234d97c5b3f43617521
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat Sep 12 06:41:42 2026 -0700

    chore: untrack Python bytecode, ignore __pycache__ (session close)
    
    .pyc files were tracked, so every run of the Python guards/tests dirtied the tree
    with regenerated bytecode. Build artifacts, not source — same class as the
    node_modules/dist entries the standing gitignore rule already covers.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---
 .gitignore                                              |   4 ++++
 .../__pycache__/build_batch_from_sheet.cpython-314.pyc  | Bin 9225 -> 0 bytes
 scripts/__pycache__/dwpw-grs-migrate.cpython-314.pyc    | Bin 54103 -> 0 bytes
 .../groundworks-palette-enrich.cpython-314.pyc          | Bin 13652 -> 0 bytes
 .../__pycache__/tk11483-archive-dupes.cpython-314.pyc   | Bin 12424 -> 0 bytes
 scripts/lib/__pycache__/weight_guard.cpython-314.pyc    | Bin 16681 -> 0 bytes
 6 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2bad31b..6894771 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,7 @@ scripts/rigo-onboard/images/
 # dwpw-grs daily auto-migrate runtime artifacts (regenerated every run)
 scripts/batch_daily.json
 scripts/dwpw-grs-daily.launchd.*.log
+
+# Python bytecode (build artifact — regenerated automatically)
+__pycache__/
+*.py[cod]
diff --git a/scripts/__pycache__/build_batch_from_sheet.cpython-314.pyc b/scripts/__pycache__/build_batch_from_sheet.cpython-314.pyc
deleted file mode 100644
index dae743e..0000000
Binary files a/scripts/__pycache__/build_batch_from_sheet.cpython-314.pyc and /dev/null differ
diff --git a/scripts/__pycache__/dwpw-grs-migrate.cpython-314.pyc b/scripts/__pycache__/dwpw-grs-migrate.cpython-314.pyc
deleted file mode 100644
index 0104b1e..0000000
Binary files a/scripts/__pycache__/dwpw-grs-migrate.cpython-314.pyc and /dev/null differ
diff --git a/scripts/__pycache__/groundworks-palette-enrich.cpython-314.pyc b/scripts/__pycache__/groundworks-palette-enrich.cpython-314.pyc
deleted file mode 100644
index ad8061a..0000000
Binary files a/scripts/__pycache__/groundworks-palette-enrich.cpython-314.pyc and /dev/null differ
diff --git a/scripts/__pycache__/tk11483-archive-dupes.cpython-314.pyc b/scripts/__pycache__/tk11483-archive-dupes.cpython-314.pyc
deleted file mode 100644
index 4e0acff..0000000
Binary files a/scripts/__pycache__/tk11483-archive-dupes.cpython-314.pyc and /dev/null differ
diff --git a/scripts/lib/__pycache__/weight_guard.cpython-314.pyc b/scripts/lib/__pycache__/weight_guard.cpython-314.pyc
deleted file mode 100644
index fc4bda2..0000000
Binary files a/scripts/lib/__pycache__/weight_guard.cpython-314.pyc and /dev/null differ

← 5b0e813 chore: v0.1.15 (TK-11471 session close — weight go-live guar  ·  back to Designerwallcoverings  ·  TK-11521/TK-11544: gated 11-image Sanderson repair plan (har 0824967 →