[object Object]

← back to Rejected Prompts Viewer

chore: gitignore __pycache__/*.pyc (auto-snapshot picked up a stray pyc)

ae2a0e714e6e65d8c8c27a040e54f83b6f06c5db · 2026-08-19 12:26:36 -0700 · Steve Abrams

Files touched

Diff

commit ae2a0e714e6e65d8c8c27a040e54f83b6f06c5db
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 19 12:26:36 2026 -0700

    chore: gitignore __pycache__/*.pyc (auto-snapshot picked up a stray pyc)
---
 .gitignore                             |   2 ++
 __pycache__/build-data.cpython-314.pyc | Bin 4430 -> 0 bytes
 __pycache__/classify.cpython-314.pyc   | Bin 4443 -> 0 bytes
 __pycache__/refresh.cpython-314.pyc    | Bin 9294 -> 0 bytes
 __pycache__/scan.cpython-314.pyc       | Bin 7280 -> 0 bytes
 5 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 08240ae..47ff405 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ tmp/
 .DS_Store
 dist/
 build/
+__pycache__/
+*.pyc
diff --git a/__pycache__/build-data.cpython-314.pyc b/__pycache__/build-data.cpython-314.pyc
deleted file mode 100644
index 204225d..0000000
Binary files a/__pycache__/build-data.cpython-314.pyc and /dev/null differ
diff --git a/__pycache__/classify.cpython-314.pyc b/__pycache__/classify.cpython-314.pyc
deleted file mode 100644
index 703f4a2..0000000
Binary files a/__pycache__/classify.cpython-314.pyc and /dev/null differ
diff --git a/__pycache__/refresh.cpython-314.pyc b/__pycache__/refresh.cpython-314.pyc
deleted file mode 100644
index 352e824..0000000
Binary files a/__pycache__/refresh.cpython-314.pyc and /dev/null differ
diff --git a/__pycache__/scan.cpython-314.pyc b/__pycache__/scan.cpython-314.pyc
deleted file mode 100644
index 90a1097..0000000
Binary files a/__pycache__/scan.cpython-314.pyc and /dev/null differ

← 1911b19 data: re-classify all 90 with multi-turn context — 15->19 co  ·  back to Rejected Prompts Viewer  ·  chore: lint, refactor, v1.3.1 (session close) — clearer name 58fa36f →