Clean up: remove test artifacts and add 工作/ to gitignore

- Remove minimal.ppm and test.py from tracking (test artifacts)
- Add 工作/ to gitignore (personal directory)
This commit is contained in:
2026-03-24 02:50:26 +08:00
parent 92ab6f5484
commit 86b6d6b042
3 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@@ -16,3 +16,4 @@ Res/NanoVDB/
*.rdc *.rdc
*.pyd *.pyd
*.dll *.dll
工作/

Binary file not shown.

View File

@@ -1,8 +0,0 @@
import sys
sys.path.insert(0, "engine/tools")
from renderdoc_parser import open_capture, get_capture_info, get_frame_overview
open_capture("engine/tools/renderdoc_parser/test.rdc")
print(get_capture_info())
print(get_frame_overview())