From 8279c5a5a686f9ae76b7f367e481224a3e7f2282 Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Mon, 19 Aug 2024 10:42:05 -0400 Subject: [PATCH] add gitignore to use this as a submodule --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba0430d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ \ No newline at end of file