From 57fb5da691663d79808711f84da94b8689b28fd3 Mon Sep 17 00:00:00 2001 From: boxijiekexun <3169950747@qq.com> Date: Sun, 26 Oct 2025 11:04:52 +0800 Subject: [PATCH] feat: Add .gitignore to exclude cache and testing files --- Project/hog/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Project/hog/.gitignore diff --git a/Project/hog/.gitignore b/Project/hog/.gitignore new file mode 100644 index 000000000..7d08ad9d4 --- /dev/null +++ b/Project/hog/.gitignore @@ -0,0 +1,9 @@ +# Python Caches +__pycache__/ +*.pyc + +# CS 61A Testing Files +.ok_consent +.ok_disabled +.ok_history +.ok_storage* \ No newline at end of file