From b13c9d59c64df1e06c5890895a44d3c3a538178e Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 1 Sep 2022 14:05:50 -0400 Subject: initial commit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6b17d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +old +__pycache__ -- cgit