From dca0b886544ce488936f3472fccba0bb799f3425 Mon Sep 17 00:00:00 2001 From: "Christopher M. Hobbs" Date: Sun, 13 Jul 2025 23:45:38 -0500 Subject: [PATCH] Add .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d153254 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/docs/ +/lib/ +/bin/ +/.shards/ +*.dwarf +/shard.lock