Skip to content

Commit 965661f

Browse files
committed
Remove tracked junk and tighten gitignore
Drop the accidental regression_test_bundle.json dump and a committed __pycache__ bytecode file. Ignore ruff/build caches and future root regression dumps.
1 parent 114b60a commit 965661f

3 files changed

Lines changed: 5 additions & 46 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,19 @@ __pycache__/
3939
*.egg-info/
4040
.mypy_cache/
4141
.pytest_cache/
42+
.ruff_cache/
4243
.venv/
4344
venv/
45+
build/
4446

4547
# Local package build trees (python -m build)
4648
extracted/python/dist/
4749
extracted/python/ds_guard-*/
4850
extracted/python/*.egg-info/
4951

52+
# Accidental regression-test dump at repo root (tests write to temp files)
53+
regression_test_bundle.json
54+
5055
# -----------------------
5156
# Rust
5257
# -----------------------
-1.49 KB
Binary file not shown.

regression_test_bundle.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)