From 3e035d77532d6f7ca225c66b79d338b7044bd6db Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 26 Aug 2026 13:18:30 -0400 Subject: [PATCH] Add .gitignore file to repo Signed-off-by: mulhern --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d6d906 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# text editors +*.swp +*.swo