chore: remove generated python cache artifacts
Some checks failed
publish-site / deploy-public-site (push) Waiting to run
preview-slot-reclaim / reclaim (push) Has been cancelled

This commit is contained in:
2026-03-13 15:36:09 +08:00
parent ae540c7890
commit 9ce0295747
22 changed files with 15 additions and 0 deletions

View File

@@ -99,3 +99,16 @@
- comment url: `http://154.39.79.147:3000/FunMD/document-collab/issues/48#issuecomment-246`
- Blockers:
- None for the Gitea single-platform acceptance target.
## Iteration 6
- Goal: remove generated Python cache artifacts accidentally staged into git
- Changed files:
- `.gitignore`
- removed tracked `__pycache__/*.pyc` artifacts under `engine/` and `tests/`
- Verification:
- `python -m pytest tests/unit tests/integration tests/acceptance -q`
- `git diff --check`
- Result: `19 passed`
- Blockers:
- Two sandbox-created `pytest-cache-files-*` directories remain unreadable to git status in this environment, but they are not tracked and do not affect the runtime or tests.