From adbf3a76d36e2e8a8b4346c2032cbc9e66e7a791 Mon Sep 17 00:00:00 2001 From: asharalam11 <44848905+asharalam11@users.noreply.github.com> Date: Tue, 28 Jan 2025 07:41:18 +0000 Subject: [PATCH] Add .gitignore for test and data --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e5f11f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +data/ + +# Files generated by Unit Tests +cs336_basics.egg-info +tests/__pycache__/ \ No newline at end of file