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